From e50ed6db9f10447ab242fe40c9393294a4e1824a Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 25 Feb 2020 01:39:51 +0000 Subject: [PATCH] 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 Reviewed-by: jeff --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 6259c2c..d5acd2f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -78,7 +78,7 @@ export default { { title: 'About', icon: 'info', to: '/about' }, { title: 'Blog', icon: 'description', to: '/blog' }, { 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' }, ] } },