From c849d656198b0f8520933687753e253fb210591d Mon Sep 17 00:00:00 2001 From: cohenaj194 Date: Mon, 17 Jun 2024 17:36:58 -0400 Subject: [PATCH] update marketshare name --- app/components/navigation/sidebar/Sidebar.tsx | 2 +- app/routes/wow._index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/navigation/sidebar/Sidebar.tsx b/app/components/navigation/sidebar/Sidebar.tsx index f1f83a8c..a653cbf8 100644 --- a/app/components/navigation/sidebar/Sidebar.tsx +++ b/app/components/navigation/sidebar/Sidebar.tsx @@ -250,7 +250,7 @@ const navGroups: Array<{ external: true }, { - name: 'Dragonflight Marketshare Overview', + name: 'Current Content Marketshare Overview', href: '/wow/marketshare/recommended', icon: ChartSquareBarIcon }, diff --git a/app/routes/wow._index.tsx b/app/routes/wow._index.tsx index f746deb7..a984ad85 100644 --- a/app/routes/wow._index.tsx +++ b/app/routes/wow._index.tsx @@ -70,7 +70,7 @@ const recommendedQueries = [ href: '/wow/shopping-list' }, { - name: 'Dragonflight Marketshare Overview', + name: 'Current Content Marketshare Overview', description: 'Find out what Dragonflight items are actually selling and what are the best items to sell. Shows the top 200 items matching your search.', Icon: DocumentSearchIcon,