From ca31cd4f0ec4e43a1f78aace18b7ef9a13e6bf23 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 17 May 2024 09:22:30 -0700 Subject: [PATCH] chore: nav order --- src/_data/nav.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/nav.js b/src/_data/nav.js index 5983bb11..68aee3f5 100644 --- a/src/_data/nav.js +++ b/src/_data/nav.js @@ -20,9 +20,9 @@ export default async function () { { name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' }, { name: 'npm', url: 'https://www.npmjs.com/~cdransf', icon: 'brand-npm'}, { name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' }, - { name: 'ListenBrainz', url: 'https://listenbrainz.org/user/cdransf/', icon: 'brain' }, - { name: 'Watching', url: '/watching', icon: 'device-tv' }, { name: 'Instapaper', url: 'https://www.instapaper.com/p/coryd', icon: 'news' }, + { name: 'Watching', url: '/watching', icon: 'device-tv' }, + { name: 'ListenBrainz', url: 'https://listenbrainz.org/user/cdransf/', icon: 'brain' }, { name: 'Books', url: '/books', icon: 'books' }, { name: 'Webrings', url: '/webrings', icon: 'heart-handshake' }, ],