File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ onMounted(() => {
116
116
<div class =" flex justify-end items-center pt-2" >
117
117
<Link
118
118
: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"
120
120
>
121
121
Already registered?
122
122
</Link >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const verificationLinkSent = computed(
49
49
<Link
50
50
:href =" route('logout')"
51
51
method =" post"
52
- class =" text-muted-color underline text-muted-color hover:text-color"
52
+ class =" underline text-muted-color hover:text-color"
53
53
>Log Out</Link
54
54
>
55
55
</div >
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ onMounted(() => {
93
93
<Link
94
94
:href =" route('verification.send')"
95
95
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"
97
97
>
98
98
Click here to re-send the verification email.
99
99
</Link >
You can’t perform that action at this time.
0 commit comments