Fix 'rake ci'
Some checks are pending
The Quran / ci (push) Waiting to run

This commit is contained in:
0x1eef 2024-09-21 07:50:16 -03:00
parent 34c3fccd6c
commit df84efbda5

View file

@ -66,7 +66,11 @@ export function Stream({
{formatNumber(locale, surah.ayat.length)}
</span>
</span>
<p className={classNames("m-0 color-accent", { "text-2xl mt-2": isArabic })}>
<p
className={classNames("m-0 color-accent", {
"text-2xl mt-2": isArabic,
})}
>
{ayah.body}
</p>
</li>