Skip to content

Commit a7144d7

Browse files
committed
remove underlines for links
1 parent 779c4ff commit a7144d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/livewire/order-success.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ class="mb-4 flex h-12 w-12 items-center justify-center rounded-full"
510510
<a
511511
href="https://auth.anystack.sh/register?accountType=customer"
512512
target="_blank"
513-
class="underline hover:text-violet-400"
513+
class="hover:text-violet-400"
514514
>
515515
Create a customer account
516516
</a>
@@ -519,7 +519,7 @@ class="underline hover:text-violet-400"
519519
<a
520520
href="https://github.com/nativephp/mobile/issues"
521521
target="_blank"
522-
class="underline hover:text-violet-400"
522+
class="hover:text-violet-400"
523523
>
524524
repository
525525
</a>

0 commit comments

Comments
 (0)