Code formatting

This commit is contained in:
Francisco Gaona
2025-11-25 23:17:54 +01:00
parent 98a7edc665
commit a6f1da28b2
101 changed files with 6508 additions and 473 deletions

View File

@@ -8,7 +8,9 @@ import LoginForm from '@/components/LoginForm.vue'
<div class="flex flex-col gap-4 p-6 md:p-10">
<div class="flex justify-center gap-2 md:justify-start">
<NuxtLink to="/" class="flex items-center gap-2 font-medium">
<div class="bg-primary text-primary-foreground flex size-6 items-center justify-center rounded-md">
<div
class="bg-primary text-primary-foreground flex size-6 items-center justify-center rounded-md"
>
<LayoutGrid class="size-4" />
</div>
Neo Platform
@@ -25,7 +27,7 @@ import LoginForm from '@/components/LoginForm.vue'
src="https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?w=1200&auto=format&fit=crop&q=80"
alt="Login cover"
class="absolute inset-0 h-full w-full object-cover dark:brightness-[0.2] dark:grayscale"
>
/>
</div>
</div>
</template>