Code formatting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user