diff --git a/README.md b/README.md index 7972c2f..6f03d47 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ The project is still in the early stages of development. **SurahIndex.tsx** -![img](/share/al-quran.reflectslight.io/screenshots/240x320_SurahIndex.png) +![SurahIndex](/share/al-quran.reflectslight.io/screenshots/240x320_SurahIndex.png) + +**StreamStream.tsx** + +![SurahStream](/share/al-quran.reflectslight.io/screenshots/240x320_SurahStream.png) ## Development diff --git a/share/al-quran.reflectslight.io/screenshots/240x320_SurahIndex.png b/share/al-quran.reflectslight.io/screenshots/240x320_SurahIndex.png index c5e292d..f15650d 100644 Binary files a/share/al-quran.reflectslight.io/screenshots/240x320_SurahIndex.png and b/share/al-quran.reflectslight.io/screenshots/240x320_SurahIndex.png differ diff --git a/share/al-quran.reflectslight.io/screenshots/240x320_SurahStream.png b/share/al-quran.reflectslight.io/screenshots/240x320_SurahStream.png new file mode 100644 index 0000000..d5ed68a Binary files /dev/null and b/share/al-quran.reflectslight.io/screenshots/240x320_SurahStream.png differ diff --git a/src/js/components/SurahStream/Stream.tsx b/src/js/components/SurahStream/Stream.tsx index 13d216c..94cac07 100644 --- a/src/js/components/SurahStream/Stream.tsx +++ b/src/js/components/SurahStream/Stream.tsx @@ -33,7 +33,7 @@ export function Stream({ {stream.map((ayah: Ayah) => { return (
  • - + {t(locale, "surah")} {formatNumber(locale, surah.id)} {t(locale, "comma")} {t(locale, "ayah")}{" "} @@ -41,7 +41,7 @@ export function Stream({ {formatNumber(locale, surah.ayat.length)} -

    {ayah.body}

    +

    {ayah.body}

  • ); })}