Skip to content

Commit f031c88

Browse files
committed
fix: lint
1 parent 440de7b commit f031c88

File tree

1 file changed

+3
-3
lines changed
  • apps/dashboard/app/(auth)/login/magic

1 file changed

+3
-3
lines changed

apps/dashboard/app/(auth)/login/magic/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function MagicLinkPage() {
4848
<div className="relative mb-10 inline-flex h-16 w-16 items-center justify-center ">
4949
<div className="-inset-1 absolute rounded-full bg-gradient-to-tr from-blue-200 to-blue-100 opacity-20 blur-md" />
5050
<div className="relative ">
51-
<Sparkles className="animate-pulse h-8 w-8 text-foreground" />
51+
<Sparkles className="h-8 w-8 animate-pulse text-foreground" />
5252
</div>
5353
</div>
5454
<h1 className="font-bold text-2xl text-foreground">
@@ -75,7 +75,7 @@ export default function MagicLinkPage() {
7575
value={email}
7676
/>
7777
</div>
78-
<div className="flex gap-3 items-center p-3 text-blue-800 text-sm">
78+
<div className="flex items-center gap-3 p-3 text-blue-800 text-sm">
7979
<Sparkles className="h-5 w-5 flex-shrink-0 text-foreground" />
8080
<p className="text-muted-foreground">
8181
We'll send a secure link to your email that will sign you in
@@ -101,7 +101,7 @@ export default function MagicLinkPage() {
101101
</Button>
102102
<Link className="block" href="/login">
103103
<Button
104-
className="h-11 w-full border-blue-200 hover:bg-blue-50 hover:cursor-pointer"
104+
className="h-11 w-full border-blue-200 hover:cursor-pointer hover:bg-blue-50"
105105
type="button"
106106
variant="outline"
107107
>

0 commit comments

Comments
 (0)