add missing string conversion to loginUrl

pull/377/head
Dario Piotrowicz 2023-03-07 09:23:47 +00:00
rodzic 2bc881e9ca
commit 0dbcfb9644
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>