mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
disable single attribute per line
This commit is contained in:
@@ -151,10 +151,7 @@ export const Lyrics = () => {
|
||||
<ErrorBoundary FallbackComponent={ErrorFallback}>
|
||||
<div className={styles.lyricsContainer}>
|
||||
{isLoadingLyrics ? (
|
||||
<Spinner
|
||||
container
|
||||
size={25}
|
||||
/>
|
||||
<Spinner container size={25} />
|
||||
) : (
|
||||
<AnimatePresence mode="sync">
|
||||
{hasNoLyrics ? (
|
||||
|
||||
Reference in New Issue
Block a user