From 768e7ab67d0d8e1c0d8b8102c6718f928f6d032e Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 9 Apr 2023 18:43:52 +0100 Subject: [PATCH] Add login button in top nav --- src/components/Navigation/Navigation.astro | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/Navigation/Navigation.astro b/src/components/Navigation/Navigation.astro index bfae19909..c03219c1d 100644 --- a/src/components/Navigation/Navigation.astro +++ b/src/components/Navigation/Navigation.astro @@ -7,7 +7,7 @@ import AccountDropdown from './AccountDropdown.astro';