Skip to content

Commit

Permalink
show how much ahays left
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarjorayev committed Apr 26, 2024
1 parent 9e9caa7 commit 2e41975
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function AyahsArea({ arAyahs, engAyahs, surahI, setSurahI }) {
<ProgressBar value={ayah} max={ayahsLen} />
<div className="df_jc_sb fz_small">
<div>
{ayah}/{ayahsLen}
{ayah}/{ayahsLen}{' '}
<b className="txt_red">{ayahsLen - ayah} left</b>
</div>
<div>{ceil(progress) || 0}%</div>
</div>
Expand Down

0 comments on commit 2e41975

Please sign in to comment.