mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 19:01:40 +00:00
Additional styling changes
This commit is contained in:
parent
5dd860735d
commit
48dfd469ed
5 changed files with 21 additions and 13 deletions
|
|
@ -14,7 +14,7 @@ export const UnsynchronizedLyrics = ({ lyrics, source }: UnsynchronizedLyricsPro
|
|||
|
||||
return (
|
||||
<div className="unsynchronized-lyrics">
|
||||
{source && <Text $noSelect>Lyrics provided by: {source}</Text>}
|
||||
{source && <Text $noSelect>Lyrics provided by {source}</Text>}
|
||||
{lines.map((text, idx) => (
|
||||
<LyricLine
|
||||
key={idx}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue