replace text capitalize with capitalize first word

This commit is contained in:
geoffrey45
2022-08-03 15:06:08 +03:00
parent 327207f1ab
commit a9d23b3cb3
11 changed files with 25 additions and 23 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
<template>
<div class="now-playing-card t-center rounded">
<div class="headin">Now Playing</div>
<div class="headin">Now playing</div>
<div
class="button menu rounded"
@click="showContextMenu"
@@ -67,7 +67,6 @@ const showContextMenu = (e: Event) => {
width: 100%;
display: grid;
position: relative;
text-transform: capitalize;
.l-track-time {
display: flex;