refactor: add height and width

This commit is contained in:
Bart van der Braak 2023-08-18 10:41:00 +02:00
parent 176d58ab41
commit f2a467682d

View file

@ -16,7 +16,7 @@
<AppBar background="">
<svelte:fragment slot="lead">
<a href="/" class="md:ml-4 ml-1">
<img src="./logo@3x.png" alt="hellob.art logo" class="max-h-8" />
<img width="212" height="32" src="./logo@3x.png" alt="hellob.art logo" />
</a>
</svelte:fragment>