- Change logo to svg (#109)
* - sidebar logo fix * - change icon * - change logo to svg * #108 - change icon color
This commit is contained in:
@@ -34,12 +34,12 @@
|
||||
</div>
|
||||
</transition>
|
||||
<div
|
||||
class="flex flex-col items-center py-8 px-4 space-y-4 text-white rounded-lg sm:mx-auto sm:w-full sm:max-w-md"
|
||||
class="flex flex-col items-center py-8 px-4 space-y-8 text-white rounded-lg sm:mx-auto sm:w-full sm:max-w-md"
|
||||
dusk="login-link"
|
||||
>
|
||||
<img
|
||||
class="mx-auto w-auto h-50"
|
||||
src="img/logo.png"
|
||||
src="img/logo.svg"
|
||||
>
|
||||
<a
|
||||
href="/login/google/start"
|
||||
|
Reference in New Issue
Block a user