forgor lol

This commit is contained in:
laura 2025-11-13 01:49:35 -03:00
parent 869f3dfbe3
commit 862b11b9ef
Signed by: w
GPG key ID: BCD2117C99E69817
34 changed files with 516 additions and 179 deletions

View file

@ -1,5 +1,5 @@
/**
* Copyright (c) 2025 favewa
* Copyright (c) 2025 miwa
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@ -34,11 +34,13 @@ export function Fm() {
</span>
)
: (track.loved && (
<span class="loved" title="Loved">
</span>
))}
: (
track.loved && (
<span class="loved" title="Loved">
</span>
)
)}
</div>
</a>
</li>