Skip to content

Commit

Permalink
add explorer to header in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Jun 27, 2024
1 parent 85c2fd0 commit 864fedd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/frontend/src/scaffolding/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ const getLinks = (): { to: string; name: string }[] => [
to: `/map_analysis`,
name: 'Map Analysis',
},
{
to: `/explorer`,
name: 'OpenCRE Explorer',
},
];

export const Header = () => {
Expand Down

0 comments on commit 864fedd

Please sign in to comment.