add missing string conversion to loginUrl

This commit is contained in:
Dario Piotrowicz 2023-03-07 09:23:47 +00:00
parent 2bc881e9ca
commit 0dbcfb9644
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export default component$(() => {
{!isAuthorized && (
<a
class="w-full block mb-4 no-underline text-center bg-wildebeest-vibrant-600 hover:bg-wildebeest-vibrant-500 p-2 text-white text-uppercase border-wildebeest-vibrant-600 text-lg text-semi outline-none border rounded hover:border-wildebeest-vibrant-500 focus:border-wildebeest-vibrant-500"
href={loginUrl}
href={`${loginUrl}`}
>
Sign in
</a>