From e3d9cc372f8897c7fb51bdca7d71e29302e56271 Mon Sep 17 00:00:00 2001 From: Stelios Rammos Date: Tue, 19 Nov 2024 17:26:32 -0600 Subject: [PATCH] feat: add manifesto url in nav menu --- .../platformNavBar/profileNav/ProfileNavContent.tsx | 6 +++--- src/shared/constants/platform/url.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/navigation/platformNavBar/profileNav/ProfileNavContent.tsx b/src/modules/navigation/platformNavBar/profileNav/ProfileNavContent.tsx index 74ad7e76b..7298c2d70 100644 --- a/src/modules/navigation/platformNavBar/profileNav/ProfileNavContent.tsx +++ b/src/modules/navigation/platformNavBar/profileNav/ProfileNavContent.tsx @@ -23,8 +23,8 @@ import { getPath, GeyserAboutUrl, GeyserGithubUrl, + GeyserManifestoUrl, GeyserSubscribeUrl, - GeyserUpdatesUrl, GuideUrl, } from '@/shared/constants' @@ -109,8 +109,8 @@ export const ProfileNavContent = () => { - - {t('Geyser updates')} + + {t('Geyser Manifesto')} diff --git a/src/shared/constants/platform/url.ts b/src/shared/constants/platform/url.ts index 8abee04e7..8d167e5f7 100644 --- a/src/shared/constants/platform/url.ts +++ b/src/shared/constants/platform/url.ts @@ -9,7 +9,7 @@ export const FAQUrl = 'https://geyser.notion.site/Geyser-FAQs-310e7900fa904732b9 export const GuideUrl = 'https://guide.geyser.fund/' export const FeedbackUrl = 'https://geyser.steelsync.io/feedback' export const GeyserAboutUrl = 'https://about.geyser.fund' -export const GeyserUpdatesUrl = 'https://about.geyser.fund/updates' +export const GeyserManifestoUrl = 'https://about.geyser.fund/manifesto' export const GeyserSubscribeUrl = 'https://about.geyser.fund/subscribe' // Geyser footer Links