From 6c8a934ec96e1fd12da6138b8e7f2410e6bcf4dd Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 27 Nov 2023 09:47:56 -0800 Subject: [PATCH] chore: update lastfm icon --- src/_data/nav.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/_data/nav.js b/src/_data/nav.js index 21d16f02..13c20d31 100644 --- a/src/_data/nav.js +++ b/src/_data/nav.js @@ -13,11 +13,7 @@ module.exports = async function () { { name: 'Email', url: 'mailto:cory.dransfeldt@gmail.com', icon: 'brand-gmail' }, { name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' }, { name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' }, - { - name: 'Last.fm', - url: 'https://www.last.fm/user/coryd_', - icon: 'headphones', - }, + { 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' },