From b187205be816632baa0c5a3bda5dece88d60a04b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 4 Mar 2024 09:51:10 -0800 Subject: [PATCH] chore: tweak nav --- src/_data/nav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/nav.js b/src/_data/nav.js index be6e9a27..0713afab 100644 --- a/src/_data/nav.js +++ b/src/_data/nav.js @@ -14,6 +14,7 @@ export default async function () { { name: 'Search', icon: 'search' }, { name: 'Feeds', icon: 'rss' }, { name: 'Mastodon', icon: 'brand-mastodon' }, + { name: 'Coffee', icon: 'coffee' }, ], social: [ { 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: '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', url: '/webrings', icon: 'heart-handshake' }, ], }