Merge pull request #377 from cloudflare/loginUrl-string

add missing string conversion to loginUrl
pull/381/head
Sven Sauleau 2023-03-07 13:11:51 +01:00 zatwierdzone przez GitHub
commit 7cf803a4d9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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>