chore: nav updates

This commit is contained in:
Cory Dransfeldt 2023-11-28 11:47:28 -08:00 committed by GitHub
parent 1781550e6a
commit 13ba6145c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,6 @@ module.exports = async function () {
{ name: 'Tags', icon: 'tags' },
{ name: 'Search', icon: 'search' },
{ name: 'Feeds', icon: 'rss' },
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
{ name: 'Buy Me a Coffee', url: 'https://www.buymeacoffee.com/cory', icon: 'cup' },
],
social: [
{ name: 'Email', url: 'mailto:cory.dransfeldt@gmail.com', icon: 'brand-gmail' },
@ -18,7 +16,7 @@ module.exports = async function () {
{ name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' },
{ 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', icon: 'heart-handshake' },
{ name: 'Webrings', url: '/webrings', icon: 'heart-handshake' },
],
}
}