aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/top-tracks.blade.php
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2024-11-28 00:07:08 +0000
committerfloppydiskette <floppydisk@hyprcat.net>2024-11-28 00:07:08 +0000
commitf5444a9bf66cc88244a2b2c6ceca385f1e201f09 (patch)
tree65c65580491848b64fd461541f79889ce51b4b74 /resources/views/components/top-tracks.blade.php
parent1d39acd29871bd059dc62a003956cb98a8264505 (diff)
Sure is a new site design
Diffstat (limited to 'resources/views/components/top-tracks.blade.php')
-rw-r--r--resources/views/components/top-tracks.blade.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/views/components/top-tracks.blade.php b/resources/views/components/top-tracks.blade.php
index 0b563b4..a8c94f2 100644
--- a/resources/views/components/top-tracks.blade.php
+++ b/resources/views/components/top-tracks.blade.php
@@ -1,4 +1,3 @@
-<div class="section">
<table class="music-top10">
<caption>
<h2 style="margin-bottom: 5px">Top 10 Tracks (Last 30 days):</h2>
@@ -15,4 +14,3 @@
<x-track :track="$track" :count="$count"/>
@endforeach
</table>
-</div>