mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-28 01:51:22 +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="">
|
<AppBar background="">
|
||||||
<svelte:fragment slot="lead">
|
<svelte:fragment slot="lead">
|
||||||
<a href="/" class="md:ml-4 ml-1">
|
<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>
|
</a>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue