fix: nav order

This commit is contained in:
Cory Dransfeldt 2024-05-17 13:24:37 -07:00
parent 532772fc55
commit 6cdc007e79
No known key found for this signature in database

View file

@ -20,10 +20,10 @@ 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: '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: 'ListenBrainz', url: 'https://listenbrainz.org/user/cdransf/', icon: 'brain' },
{ name: 'Instapaper', url: 'https://www.instapaper.com/p/coryd', icon: 'news' },
{ name: 'Webrings', url: '/webrings', icon: 'heart-handshake' },
],
}