Skip to content

Commit

Permalink
disable explorer until we can fix it (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole authored Jul 6, 2024
1 parent a56acf1 commit 1099c55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/frontend/src/scaffolding/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ const getLinks = (): { to: string; name: string }[] => [
to: `/map_analysis`,
name: 'Map Analysis',
},
{
to: `/explorer`,
name: 'OpenCRE Explorer',
},
// {
// to: `/explorer`,
// name: 'OpenCRE Explorer',
// },
];

export const Header = () => {
Expand Down

0 comments on commit 1099c55

Please sign in to comment.