Mise à jour du logo et du nom de l'application (Recrut.IT)

This commit is contained in:
jeremy bayse
2026-03-20 16:16:19 +01:00
parent abe9940a1c
commit ec75942a79
3 changed files with 2 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ const isSidebarOpen = ref(true);
<div class="h-16 flex items-center px-6 border-b border-slate-200 dark:border-slate-700">
<Link :href="route('dashboard')" class="flex items-center gap-3 overflow-hidden">
<ApplicationLogo class="h-8 w-8 fill-indigo-600" />
<span v-if="isSidebarOpen" class="font-bold text-xl tracking-tight whitespace-nowrap">RecruitQuizz</span>
<span v-if="isSidebarOpen" class="font-bold text-xl tracking-tight whitespace-nowrap">Recrut.IT</span>
</Link>
</div>