diff --git a/lib/components/navigation.tsx b/lib/components/navigation.tsx index 86c776b..4c16f76 100644 --- a/lib/components/navigation.tsx +++ b/lib/components/navigation.tsx @@ -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',