mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
refactor: add height and width
This commit is contained in:
parent
2a4f0207c5
commit
c3bd1e8543
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue