From 826d96ee6e84d13177aeb94b1eea3f4ceb25abe3 Mon Sep 17 00:00:00 2001 From: Kaelan Thijs Fouwels Date: Tue, 23 Apr 2024 19:56:32 +0100 Subject: [PATCH] Update navigation.tsx --- lib/components/navigation.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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',