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
@@ -4,7 +4,7 @@
<div class="icon image" :class="from.icon"></div>
Playing from
</div>
<div class="name">
<div class="name cap-first">
<div id="to">
{{ from.text }}
</div>
@@ -120,7 +120,6 @@ function goTo() {
}
.name {
text-transform: capitalize;
font-weight: bolder;
}
@@ -130,7 +129,6 @@ function goTo() {
display: flex;
align-items: center;
gap: $small;
text-transform: capitalize;
color: rgba(255, 255, 255, 0.849);
.icon {