From 0ad4cb240f68d3243ed0a8f928fc7110f5b1b13c Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Fri, 15 Nov 2024 10:37:18 -0500 Subject: [PATCH] Run biome --- app/(auth)/actions.ts | 2 -- app/globals.css | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/app/(auth)/actions.ts b/app/(auth)/actions.ts index ae2f90396..4197bd444 100644 --- a/app/(auth)/actions.ts +++ b/app/(auth)/actions.ts @@ -6,8 +6,6 @@ import { createUser, getUser } from '@/lib/db/queries'; import { signIn } from './auth'; - - const authFormSchema = z.object({ email: z.string().email(), password: z.string().min(6), diff --git a/app/globals.css b/app/globals.css index 0b57f948a..589ffe857 100644 --- a/app/globals.css +++ b/app/globals.css @@ -104,17 +104,17 @@ } @font-face { - font-family: 'geist'; + font-family: "geist"; font-style: normal; font-weight: 100 900; - src: url(/fonts/geist.woff2) format('woff2'); + src: url(/fonts/geist.woff2) format("woff2"); } @font-face { - font-family: 'geist-mono'; + font-family: "geist-mono"; font-style: normal; font-weight: 100 900; - src: url(/fonts/geist-mono.woff2) format('woff2'); + src: url(/fonts/geist-mono.woff2) format("woff2"); } } @@ -123,7 +123,7 @@ pointer-events: none !important; } - *[class^='text-'] { + *[class^="text-"] { color: transparent; @apply rounded-md bg-foreground/20 select-none animate-pulse; }