fix login button

This commit is contained in:
Ruben Fiszel
2022-06-02 12:12:42 +02:00
parent fd2e863e56
commit fbbe37f106
+1 -1
View File
@@ -61,7 +61,7 @@
<div class="justify-center text-center flex flex-col">
<span class="text-xs text-gray-600">Currently only signup through Github is supported</span>
<a rel="external" href="/api/oauth/login/github"
><button class="m-auto default-button bg-black mt-2 py-2 w-96 text-gray-200"
><button class="m-auto default-button bg-black mt-2 py-2 w-full text-gray-200"
>Signup or login with Github &nbsp;
<Icon class="text-white pb-1" data={faGithub} scale={1.4} />
</button></a