diff --git a/src/js/components/SurahIndex/index.tsx b/src/js/components/SurahIndex/index.tsx index 25dc7d74c..213934914 100644 --- a/src/js/components/SurahIndex/index.tsx +++ b/src/js/components/SurahIndex/index.tsx @@ -54,7 +54,7 @@ export function SurahIndex({ locale, surahs, t }: Props) { href={`/${locale.name}/${surah.urlName}/`} > {locale.direction === "ltr" ? ( - + {formatNumber(locale, surah.id)} ) : ( diff --git a/src/js/components/SurahStream/Stream.tsx b/src/js/components/SurahStream/Stream.tsx index abd10fa89..278059a46 100644 --- a/src/js/components/SurahStream/Stream.tsx +++ b/src/js/components/SurahStream/Stream.tsx @@ -61,7 +61,7 @@ export function Stream({ /> {t(locale, "surah")} {formatNumber(locale, surah.id)}