From bf8d845be7b958e322e243bb81926cbcb23640cb Mon Sep 17 00:00:00 2001 From: Josh Worden Date: Fri, 23 Oct 2020 13:33:17 -0500 Subject: [PATCH] Added a nav link to google --- config/navigation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/navigation.js b/config/navigation.js index 7bfe8be..31bb234 100644 --- a/config/navigation.js +++ b/config/navigation.js @@ -4,6 +4,7 @@ module.exports = { { href: '/section-1', label: 'Section 1' }, { href: '/section-2', label: 'Section 2' }, { href: '/section-3', label: 'Section 3' }, + { href: 'https://google.com', label: 'Google', target: '_blank' }, ], }, secondary: {