fix: added og headers, lots of cleanup.

This commit is contained in:
2023-12-20 01:02:15 +00:00
parent 7772be7dc5
commit f7a27e7f62
17 changed files with 817 additions and 62 deletions

View File

@@ -8,7 +8,7 @@
</div>
{{-- End .section-title --}}
<div class="text-large">
<a href="#">View Leaderboards</a>
<a href="/leaderboards">View Leaderboards</a>
</div>
</div>
{{-- End .d-flex-between --}}
@@ -16,8 +16,27 @@
@foreach($leaderboard as $leaderboardArtist)
@include('home.leaderboard.card')
@endforeach
<div class="col-xxl-4 col-lg-6 col-md-6 mb-6">
<div class="top-seller-style-two d-flex-between d-flex-stretch">
<div class="d-flex-center">
{{-- End .thumb --}}
<div class="content">
<h4 class="title pb-1"><a href="/leaderboards">See More Leaderboards</a></h4>
<span class="price">Updated Every Episode</span>
</div>
{{-- End .content --}}
</div>
{{-- End .d-flex-center --}}
<a href="/leaderboards" class="items-number d-flex-center flex-column">
<strong class="pb-1"><i class="ri-arrow-right-double-line"></i></strong>
<span> &nbsp; </span>
</a>
</div>
{{-- End .top-seller-style-two --}}
</div>
{{-- End .col --}}
</div>
</div>
{{-- End container --}}
</section>
{{-- End section --}}
{{-- End section --}}