Skip to content

Commit

Permalink
Fix: Resume opening in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoLnx committed Mar 20, 2024
1 parent 3dfac26 commit 123d151
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/_layout/navbarDataProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ const navLinks = (() => {
return pages
.filter((page) => !page.hidden)
.map((page) => ({
...page,
title: page.subtitle,
url: page.path,
external: page.external,
id: page.id,
}));
})();

Expand Down

0 comments on commit 123d151

Please sign in to comment.