chore(branding): update navbar logo and app name

This commit is contained in:
Matthieu
2026-01-25 22:31:40 +01:00
parent a1d15c23a4
commit 202b964b24
2 changed files with 9 additions and 7 deletions

View File

@@ -297,15 +297,17 @@
</ul>
</div>
<div class="flex items-center space-x-3">
<div class="avatar placeholder">
<div
class="bg-primary text-primary-content rounded-lg w-10 grid place-items-center"
>
<IconLucideBoxes class="w-6 h-6" aria-hidden="true" />
<div class="avatar">
<div class="w-14">
<img
:src="logoSrc"
alt="Logo Malio"
class="h-full w-full object-contain"
/>
</div>
</div>
<NuxtLink to="/" class="btn btn-ghost text-xl">
Inventaire Pro
Inventory
</NuxtLink>
</div>
</div>
@@ -705,13 +707,13 @@ import { useRoute, navigateTo, useRuntimeConfig } from "#imports";
import { useProfileSession } from "~/composables/useProfileSession";
import IconLucideMenu from "~icons/lucide/menu";
import IconLucideSettings from "~icons/lucide/settings";
import IconLucideBoxes from "~icons/lucide/boxes";
import IconLucidePlus from "~icons/lucide/plus";
import IconLucideCpu from "~icons/lucide/cpu";
import IconLucideFilePlus from "~icons/lucide/file-plus";
import IconLucideMapPin from "~icons/lucide/map-pin";
import IconLucideChevronRight from "~icons/lucide/chevron-right";
import IconLucideLogOut from "~icons/lucide/log-out";
import logoSrc from "~/assets/LOGO_CARRE_BLANC.png";
// État du modal des paramètres d'affichage
const displaySettingsOpen = ref(false);

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB