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",
|
"name": "coryd.dev",
|
||||||
"version": "6.0.11",
|
"version": "6.0.12",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "6.0.11",
|
"version": "6.0.12",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minisearch": "^7.1.2",
|
"minisearch": "^7.1.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "6.0.11",
|
"version": "6.0.12",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<script type="module" src="/assets/scripts/components/now-playing.js?v={% appVersion %}"></script>
|
<script type="module" src="/assets/scripts/components/now-playing.js?v={% appVersion %}"></script>
|
||||||
<p class="{{ section }}">
|
<p class="{{ section }}">
|
||||||
<mark>Now playing</mark>
|
<mark>Now playing</mark> 
|
||||||
<now-playing>
|
<now-playing>
|
||||||
<span class="content">{{ nowPlaying }}</span>
|
<span class="content">{{ nowPlaying }}</span>
|
||||||
</now-playing>
|
</now-playing>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue