Skip to content

Commit

Permalink
🐛 Fixes nav links still visible after removing (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 9, 2022
1 parent d10e6a8 commit ed15816
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/utils/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ed15816

Please sign in to comment.