Skip to content

Commit aadcd53

Browse files
committed
fix next chapter nav
1 parent 71ff387 commit aadcd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/routes/_app.quran.$chapterNumber._index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export default function QuranChapter(props: Route.ComponentProps) {
246246

247247
<PrimaryButton
248248
asChild
249-
disabled={nextChapter >= 114}
249+
disabled={nextChapter > 114}
250250
className='text-sm sm:text-base py-2 sm:py-2 px-3 sm:px-4'
251251
>
252252
<Link to={`/quran/${nextChapter}`}>

0 commit comments

Comments
 (0)