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/' } ] }