Skip to content

Commit

Permalink
Update navigation.tsx (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
fouwels authored Apr 23, 2024
1 parent f41010f commit c05a3d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ export function Navigation (): React.ReactElement {
external: false
},
{ type: 'divider' },
{
type: 'link',
text: 'Console',
href: 'https://fouwels.signin.aws.amazon.com/console',
external: true
},
{ type: 'divider' },
{
type: 'link',
text: 'Source',
Expand Down

0 comments on commit c05a3d7

Please sign in to comment.