mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 06:42:38 +02:00
Additional styling changes
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user