chore: nav order
This commit is contained in:
parent
2fc165080f
commit
ca31cd4f0e
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ export default async function () {
|
||||||
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
|
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
|
||||||
{ name: 'npm', url: 'https://www.npmjs.com/~cdransf', icon: 'brand-npm'},
|
{ name: 'npm', url: 'https://www.npmjs.com/~cdransf', icon: 'brand-npm'},
|
||||||
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
|
{ 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: '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: 'Books', url: '/books', icon: 'books' },
|
||||||
{ name: 'Webrings', url: '/webrings', icon: 'heart-handshake' },
|
{ name: 'Webrings', url: '/webrings', icon: 'heart-handshake' },
|
||||||
],
|
],
|
||||||
|
|
Reference in a new issue