diff --git a/src/components/AreaPage.svelte b/src/components/AreaPage.svelte
index a0d8a6d..c3c5eaa 100644
--- a/src/components/AreaPage.svelte
+++ b/src/components/AreaPage.svelte
@@ -64,7 +64,7 @@
merchants = 'Merchants',
stats = 'Stats',
activity = 'Activity',
- contibute = 'Contribute'
+ maintain = 'Maintain'
}
const sections = Object.values(Sections);
@@ -436,7 +436,7 @@
{:else if activeSection === Sections.activity}
- {:else if activeSection === Sections.contibute}
+ {:else if activeSection === Sections.maintain}