- Change logo to svg (#109)

* - sidebar logo fix

* - change icon

* - change logo to svg

* #108 - change icon color
This commit is contained in:
Ewelina Lasowy
2022-04-06 10:59:26 +02:00
committed by GitHub
parent 3ab02f1df4
commit fa244b96cd
3 changed files with 526 additions and 16 deletions

View File

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