From 072698a897faec4a4f1f71db2509773034f905cb Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 27 Oct 2024 06:12:48 -0700 Subject: [PATCH] Update constants.ts --- docs/.vitepress/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts index fc70fae18..7d8358dbd 100644 --- a/docs/.vitepress/constants.ts +++ b/docs/.vitepress/constants.ts @@ -137,14 +137,14 @@ export const nav: DefaultTheme.NavItem[] = [ { text: '🪅 Ecosystem', items: [ - { text: '😇 SFW FMHY', link: 'https://fmhy.xyz/' }, { text: '🌐 Search', link: '/posts/search' }, { text: '🔗 Bookmarks', link: 'https://github.com/fmhy/bookmarks' }, { text: '📋 snowbin', link: 'https://pastes.fmhy.net' }, { text: '🏞 Wallpapers', link: '/other/wallpapers' }, + { text: '💙 Feedback', link: '/feedback' }, { - text: '💙 Feedback', - link: '/feedback' + text: '😇 SFW FMHY', + link: 'https://fmhy.xyz/' } ] }