Fix 'rake ci'
This commit is contained in:
parent
34c3fccd6c
commit
df84efbda5
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue