From 79e0f485637cd07ab9d8669500c15b869acba5b0 Mon Sep 17 00:00:00 2001 From: secondl1ght Date: Wed, 22 May 2024 14:26:42 -0600 Subject: [PATCH] update copy to maintain --- src/components/AreaPage.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}