chore(now-playing.liquid): update character used to preserve spacing between label and populated track
This commit is contained in:
parent
3a0649ee9c
commit
fa657339be
3 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script type="module" src="/assets/scripts/components/now-playing.js?v={% appVersion %}"></script>
|
||||
<p class="{{ section }}">
|
||||
<mark>Now playing</mark>
|
||||
<mark>Now playing</mark> 
|
||||
<now-playing>
|
||||
<span class="content">{{ nowPlaying }}</span>
|
||||
</now-playing>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue