update "alice" references to "swing"

This commit is contained in:
geoffrey45
2023-01-12 16:45:52 +03:00
committed by Mungai Njoroge
parent 22da349948
commit 3b8c72cdf2
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
<ArtistName
:artists="queue.currenttrack?.artist || []"
:albumartists="
queue.currenttrack?.albumartist || 'Welcome to alice'
queue.currenttrack?.albumartist || 'Welcome to Swing'
"
class="artist"
/>
+2 -2
View File
@@ -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;
}