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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "6.0.11",
"version": "6.0.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "6.0.11",
"version": "6.0.12",
"license": "MIT",
"dependencies": {
"minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "6.0.11",
"version": "6.0.12",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {

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>