Mise à jour du logo et du nom de l'application (Recrut.IT)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user