From ed158169eb51b19567cf223981e362209510e13d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 9 Jan 2022 14:24:51 +0000 Subject: [PATCH] :bug: Fixes nav links still visible after removing (#389) --- src/utils/defaults.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/utils/defaults.js b/src/utils/defaults.js index 0754c99d..cedd90d9 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -3,10 +3,7 @@ module.exports = { pageInfo: { title: 'Dashy', description: '', - navLinks: [ - { title: 'Home', path: '/' }, - { title: 'Source', path: 'https://github.com/Lissy93/dashy' }, - ], + navLinks: [], footerText: '', }, /* Default appConfig to be used, if user does not specify their own */