Skip to content

Commit

Permalink
chore: change play button position
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Jul 21, 2024
1 parent 33f6674 commit 1968195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/detailSurah/detailSurah.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const DetailSurahPage: React.FC = () => {
{surah.ayat.map((ayat, _index) => (
<div key={ayat.nomorAyat} className="flex w-full flex-col">
<div className="flex w-full flex-row justify-between gap-3 text-sm md:text-base">
<div className="flex flex-col items-center justify-between gap-2">
<div className="flex flex-col items-center justify-start gap-2">
<p className="text-xs md:text-sm">
{surah.nomor}:{ayat.nomorAyat}
</p>
Expand Down

0 comments on commit 1968195

Please sign in to comment.