Skip to content

Commit 898eb98

Browse files
Clean up stray indigo ring
1 parent f671ad2 commit 898eb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/settings/profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function Profile({ mustVerifyEmail, status }: { mustVerifyEmail:
8383
href={route('verification.send')}
8484
method="post"
8585
as="button"
86-
className="rounded-md text-sm text-gray-600 underline hover:text-gray-900 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:outline-hidden"
86+
className="rounded-md text-sm text-gray-600 underline hover:text-gray-900 focus:ring-2 focus:ring-offset-2 focus:outline-hidden"
8787
>
8888
Click here to re-send the verification email.
8989
</Link>

0 commit comments

Comments
 (0)