fix: login link (#3985)

pull/3988/head
Arik Chakma 2 years ago committed by GitHub
parent 8c29d43bef
commit dd5f3795ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/Navigation/Navigation.astro

@ -115,7 +115,7 @@ import AccountDropdown from './AccountDropdown.astro';
<li>
<a
data-guest-required
href='/signup'
href='/login'
class='hidden text-xl text-white md:text-lg'
>
Login

Loading…
Cancel
Save