chore: tweak nav

This commit is contained in:
Cory Dransfeldt 2024-03-04 09:51:10 -08:00 committed by GitHub
parent 83356b4994
commit b187205be8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ export default async function () {
{ name: 'Search', icon: 'search' }, { name: 'Search', icon: 'search' },
{ name: 'Feeds', icon: 'rss' }, { name: 'Feeds', icon: 'rss' },
{ name: 'Mastodon', icon: 'brand-mastodon' }, { name: 'Mastodon', icon: 'brand-mastodon' },
{ name: 'Coffee', icon: 'coffee' },
], ],
social: [ social: [
{ name: 'Email', url: '/contact', icon: 'at' }, { name: 'Email', url: '/contact', icon: 'at' },
@ -23,7 +24,6 @@ export default async function () {
{ name: 'Last.fm', url: 'https://www.last.fm/user/coryd_', icon: 'brand-lastfm' }, { name: 'Last.fm', url: 'https://www.last.fm/user/coryd_', icon: 'brand-lastfm' },
{ name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' }, { name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' },
{ name: 'The StoryGraph', url: 'https://app.thestorygraph.com/profile/coryd', icon: 'books' }, { name: 'The StoryGraph', url: 'https://app.thestorygraph.com/profile/coryd', icon: 'books' },
{ name: 'Buy Me a Coffee', url: 'https://www.buymeacoffee.com/cory', icon: 'cup' },
{ name: 'Webrings', url: '/webrings', icon: 'heart-handshake' }, { name: 'Webrings', url: '/webrings', icon: 'heart-handshake' },
], ],
} }