Skip to content

Commit 5e1c64f

Browse files
committed
duplicate class names cleanup
1 parent 30c6ecd commit 5e1c64f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/js/Pages/Auth/Register.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ onMounted(() => {
116116
<div class="flex justify-end items-center pt-2">
117117
<Link
118118
:href="route('login')"
119-
class="mr-4 text-muted-color underline text-muted-color hover:text-color"
119+
class="mr-4 underline text-muted-color hover:text-color"
120120
>
121121
Already registered?
122122
</Link>

resources/js/Pages/Auth/VerifyEmail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const verificationLinkSent = computed(
4949
<Link
5050
:href="route('logout')"
5151
method="post"
52-
class="text-muted-color underline text-muted-color hover:text-color"
52+
class="underline text-muted-color hover:text-color"
5353
>Log Out</Link
5454
>
5555
</div>

resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ onMounted(() => {
9393
<Link
9494
:href="route('verification.send')"
9595
method="post"
96-
class="underline text-sm text-muted-color underline text-muted-color hover:text-color"
96+
class="underline text-sm text-muted-color hover:text-color"
9797
>
9898
Click here to re-send the verification email.
9999
</Link>

0 commit comments

Comments
 (0)