refactor: add height and width

This commit is contained in:
Bart van der Braak 2023-08-18 10:41:00 +02:00
parent 2a4f0207c5
commit c3bd1e8543

View file

@ -20,7 +20,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>