minor: Update the 'Our Projects' link in the nav. Closes #1. (#3)

minor: Update the 'Our Projects' link in the nav. Closes #1.

Co-authored-by: steverusso <steverusso@protonmail.com>
Reviewed-by: jeff <jeff@simplesystems.tech>
This commit is contained in:
steve 2020-02-25 01:39:51 +00:00
parent b09a77f287
commit e50ed6db9f

View File

@ -78,7 +78,7 @@ export default {
{ title: 'About', icon: 'info', to: '/about' }, { title: 'About', icon: 'info', to: '/about' },
{ title: 'Blog', icon: 'description', to: '/blog' }, { title: 'Blog', icon: 'description', to: '/blog' },
{ title: 'Jobs', icon: 'dns', to: '/jobs' }, { title: 'Jobs', icon: 'dns', to: '/jobs' },
{ title: 'Our Projects', icon: 'code', href: 'https://gitlab.com/simplesystems' }, { title: 'Our Projects', icon: 'code', href: 'https://git.simplesystems.tech/SimpleSystems' },
] ]
} }
}, },