Update constants.ts

This commit is contained in:
nbats 2024-10-27 05:52:43 -07:00 committed by GitHub
parent 9c25e0ec6b
commit 49bafddb9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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