diff options
Diffstat (limited to 'resources/views/components/top-tracks.blade.php')
-rw-r--r-- | resources/views/components/top-tracks.blade.php | 2 |
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> |