chore: tweak nav
This commit is contained in:
parent
747e886076
commit
cc42c51987
3 changed files with 6 additions and 4 deletions
|
@ -7,7 +7,8 @@ module.exports = async function () {
|
|||
{ name: 'Tags', icon: 'tags' },
|
||||
{ name: 'Search', icon: 'search' },
|
||||
{ name: 'Feeds', icon: 'rss' },
|
||||
{ name: 'Webrings', icon: 'heart-handshake' },
|
||||
{ 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' },
|
||||
|
@ -17,6 +18,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' },
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue