chore: tweak nav slightly
This commit is contained in:
parent
c54f86b752
commit
6e0f47f18f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "4.5.2",
|
"version": "4.5.3",
|
||||||
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
|
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -10,8 +10,8 @@ export default async function () {
|
||||||
menu: [
|
menu: [
|
||||||
{ name: 'Now' },
|
{ name: 'Now' },
|
||||||
{ name: 'About' },
|
{ name: 'About' },
|
||||||
{ name: 'Tags', icon: 'tags' },
|
|
||||||
{ name: 'Links', icon: 'link' },
|
{ name: 'Links', icon: 'link' },
|
||||||
|
{ name: 'Tags', icon: 'tags' },
|
||||||
{ name: 'Search', icon: 'search' },
|
{ name: 'Search', icon: 'search' },
|
||||||
{ name: 'Feeds', icon: 'rss' },
|
{ name: 'Feeds', icon: 'rss' },
|
||||||
{ name: 'Mastodon', icon: 'brand-mastodon' },
|
{ name: 'Mastodon', icon: 'brand-mastodon' },
|
||||||
|
|
Reference in a new issue