aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/current-track.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/components/current-track.blade.php')
-rw-r--r--resources/views/components/current-track.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/components/current-track.blade.php b/resources/views/components/current-track.blade.php
index d42ad3b..0770240 100644
--- a/resources/views/components/current-track.blade.php
+++ b/resources/views/components/current-track.blade.php
@@ -1,4 +1,4 @@
-<div class="info-table current-track">
+<div class="section current-track">
<h2>Last/Current Track:</h2>
<a href="{{ $track["url"] }}">{{ $track["title"] }} • {{ $track["artist"] }}</a><br>
</div>