Skip to content

Commit

Permalink
Remove ticker name
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Oct 30, 2024
1 parent 95a92a6 commit 7520e98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/views/memes.blade.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<x-layout.main title="{{ $rune->ticker }} - MEMES">
<x-nav-header/>
<div class="flex mt-16 sm:mt-20 xl:mx-auto xl:max-w-7xl xl:px-8">
<h1 class="text-2xl font-bold tracking-wider text-white sm:text-4xl">
<a href="{{ url('/') }}">{{ $rune->ticker }}</a>
<span class="pl-4 text-green-600">MEMES</span>
<h1 class="text-2xl font-bold tracking-wider text-green-600 sm:text-4xl">
MEMES
</h1>
</div>

Expand Down

0 comments on commit 7520e98

Please sign in to comment.