mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
update "alice" references to "swing"
This commit is contained in:
committed by
Mungai Njoroge
parent
22da349948
commit
3b8c72cdf2
@@ -56,7 +56,7 @@
|
||||
<ArtistName
|
||||
:artists="queue.currenttrack?.artist || []"
|
||||
:albumartists="
|
||||
queue.currenttrack?.albumartist || 'Welcome to alice'
|
||||
queue.currenttrack?.albumartist || 'Welcome to Swing'
|
||||
"
|
||||
class="artist"
|
||||
/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="welcome-to-alice">
|
||||
<div class="welcome-to-swing">
|
||||
<h3 class="t-center">
|
||||
Welcome to
|
||||
<span class="app-name">Alice</span>
|
||||
@@ -28,7 +28,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="scss">
|
||||
.welcome-to-alice {
|
||||
.welcome-to-swing {
|
||||
p {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user