From 49bafddb9bfd713f25494df4646e44263d94d97c Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 27 Oct 2024 05:52:43 -0700 Subject: [PATCH] Update constants.ts --- docs/.vitepress/constants.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts index 1da5b7a18..fc70fae18 100644 --- a/docs/.vitepress/constants.ts +++ b/docs/.vitepress/constants.ts @@ -137,14 +137,14 @@ export const nav: DefaultTheme.NavItem[] = [ { text: '🪅 Ecosystem', items: [ - { text: '💙 Feedback', link: '/feedback' }, - { text: '🌐 Search', link: '/posts/search' }, { text: '😇 SFW FMHY', link: 'https://fmhy.xyz/' }, - { text: '🏞 Wallpapers', link: '/other/wallpapers' }, + { 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: '🔗 Bookmarks', - link: 'https://github.com/fmhy/bookmarks' + text: '💙 Feedback', + link: '/feedback' } ] }