chore: sign in button redirects to /account

This commit is contained in:
fero 2024-03-11 08:24:34 -07:00
parent 6c230d1d09
commit 551dc1aae9

View file

@ -47,7 +47,7 @@
<div class="flex w-full flex-row items-center justify-end gap-8 text-[#A6A5A7]"> <div class="flex w-full flex-row items-center justify-end gap-8 text-[#A6A5A7]">
<CodeBranchOutline /> <CodeBranchOutline />
<DiscordSolid /> <DiscordSolid />
<a class="button-sm">Sign in</a> <a href="/account" class="button-sm">Sign in</a>
</div> </div>
</nav> </nav>
</header> </header>