File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ defineProps<Props>();
17
17
:tabindex =" tabindex"
18
18
:method =" method"
19
19
:as =" as"
20
- class =" hover:decoration-current! text-foreground underline decoration-neutral-300 underline-offset-4 transition-colors duration-300 ease-out dark:decoration-neutral-500"
20
+ class =" hover:! decoration-current text-foreground underline decoration-neutral-300 underline-offset-4 transition-colors duration-300 ease-out dark:decoration-neutral-500"
21
21
>
22
22
<slot />
23
23
</Link >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const submit = () => {
78
78
:href =" route('verification.send')"
79
79
method =" post"
80
80
as =" button"
81
- class =" hover:decoration-current! text-foreground underline decoration-neutral-300 underline-offset-4 transition-colors duration-300 ease-out dark:decoration-neutral-500"
81
+ class =" hover:! decoration-current text-foreground underline decoration-neutral-300 underline-offset-4 transition-colors duration-300 ease-out dark:decoration-neutral-500"
82
82
>
83
83
Click here to resend the verification email.
84
84
</Link >
You can’t perform that action at this time.
0 commit comments