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>();
1717 :tabindex =" tabindex"
1818 :method =" method"
1919 :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"
2121 >
2222 <slot />
2323 </Link >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const submit = () => {
7878 :href =" route('verification.send')"
7979 method =" post"
8080 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"
8282 >
8383 Click here to resend the verification email.
8484 </Link >
You can’t perform that action at this time.
0 commit comments