Skip to content

Commit

Permalink
Make MEMES link more outstanding
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Oct 15, 2024
1 parent 713b604 commit dded21d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<x-social-links/>
<a
href="https://geniidata.com/ordinals/runes/BITCOIN%E2%80%A2PEPE%E2%80%A2MATRIX"
class="pl-6 hover:text-slate-200"
class="pl-12 hover:text-slate-200"
target="_blank"
rel="noopener"
>
Expand All @@ -21,10 +21,10 @@ class="pl-6 hover:text-slate-200"
</a>
<a
href="{{ route('memes') }}"
class="pl-6 hover:text-slate-200"
class="flex pl-12 hover:text-slate-200"
>
<span class="sr-only">Memes</span>
<x-icon-image class="w-6 h-6" />
<span class="pl-4 font-bold">MEMES</span>
</a>
</div>
</div>
Expand Down

0 comments on commit dded21d

Please sign in to comment.