style(header): remplacer le texte Mangarr par le logo de l'application
All checks were successful
Deploy / deploy (push) Successful in 2m42s

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-03-14 01:43:12 +01:00
parent 10d10d2c2f
commit b609fe0a45

View File

@@ -15,8 +15,8 @@
<Bars3Icon class="h-6 w-6" />
</button>
<div class="flex items-center flex-1">
<router-link to="/" class="text-white text-2xl font-bold ml-4">
Mangarr
<router-link to="/" class="ml-4">
<img src="/img/mangarr_logo.png" alt="Mangarr" class="h-10" />
</router-link>
<SearchBar />
</div>