From dd5f3795ec51957a14774ffe6f6853e267289e3a Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Wed, 31 May 2023 15:00:19 +0600 Subject: [PATCH] fix: login link (#3985) --- src/components/Navigation/Navigation.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navigation/Navigation.astro b/src/components/Navigation/Navigation.astro index 1dd61f317..845c8ad1c 100644 --- a/src/components/Navigation/Navigation.astro +++ b/src/components/Navigation/Navigation.astro @@ -115,7 +115,7 @@ import AccountDropdown from './AccountDropdown.astro';