chore(now-playing.liquid): update character used to preserve spacing between label and populated track

This commit is contained in:
Cory Dransfeldt 2025-05-19 10:30:51 -07:00
parent 3a0649ee9c
commit fa657339be
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<script type="module" src="/assets/scripts/components/now-playing.js?v={% appVersion %}"></script>
<p class="{{ section }}">
<mark>Now playing</mark>&nbsp;
<mark>Now playing</mark>&puncsp;
<now-playing>
<span class="content">{{ nowPlaying }}</span>
</now-playing>