mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-29 07:49:10 +00:00
refactor: add height and width
This commit is contained in:
parent
176d58ab41
commit
f2a467682d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue