docs: rebrand to Nuxt UI

This commit is contained in:
Benjamin Canac
2023-08-11 17:24:18 +02:00
parent 28ebfc2575
commit fa1103b4ec
9 changed files with 27 additions and 31 deletions

View File

@@ -2,9 +2,7 @@
<UHeader>
<template #left>
<NuxtLink to="/getting-started" class="flex items-end gap-1.5 font-bold text-xl text-gray-900 dark:text-white">
<Logo class="w-8 h-8 text-primary" />
<span class="hidden sm:block">NuxtLabs</span><span class="sm:text-primary">UI</span>
<Logo class="w-auto h-6" />
</NuxtLink>
</template>