Remove unneccessary classNames

This commit is contained in:
0x1eef 2024-08-27 20:37:58 -03:00
parent 0ad097d3bc
commit 253dcdd6ef

View file

@ -42,9 +42,7 @@ export function Stream({
key={ayah.id}
className={classNames("ayah fade", { "mb-5": rtl, "mb-4": ltr })}
>
<span
className={classNames("flex h-8 items-center")}
>
<span className="flex h-8 items-center">
<AudioControl
hidden={!(isPaused || endOfStream)}
audio={new Audio()}