forked from Kispi/Core
fix(webapp): logo in navbar on safari
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
212e0bbcc3
commit
fe2eabaffc
1 changed files with 1 additions and 6 deletions
|
@ -31,12 +31,7 @@
|
||||||
>
|
>
|
||||||
<Bars3Icon class="h-7 w-7" />
|
<Bars3Icon class="h-7 w-7" />
|
||||||
</label>
|
</label>
|
||||||
<label
|
<AtomLogo class="h-10 px-4" />
|
||||||
tabindex="0"
|
|
||||||
class="btn-ghost avatar btn"
|
|
||||||
>
|
|
||||||
<AtomLogo />
|
|
||||||
</label>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<slot />
|
<slot />
|
||||||
|
|
Loading…
Reference in a new issue