Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
RLloyd committed Nov 18, 2024
1 parent 3e00143 commit b1254c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/mockData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ export const navigationData = {
{ label: 'Zenmonics', path: '/zenmonics' },
{ label: 'Styleguide', path: '/styleguide' },
{ label: 'Profile', path: '/profile' },
{
// {
// label: 'Sample page',
// path: URLS.samplePage,
// isExternal: true,
// openInWindow: true // New flag to indicate window opening behavior
}
// }
]
}
};
Expand Down

0 comments on commit b1254c8

Please sign in to comment.