Skip to content

Commit

Permalink
Update ChapterPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthak-kumar-shailendra authored Sep 8, 2023
1 parent c7808fd commit d9960c4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function ChapterPage({
id="verse-id"
value={verseId ? verseId : ""}
className={classNames(
"block w-full rounded-none rounded-l-md border border-gray-300 pl-2 focus:border-my-orange focus:ring-my-orange",
"block w-28 sm:w-36 rounded-none rounded-l-md border border-gray-300 pl-2 focus:border-my-orange focus:ring-my-orange",
styles.fontSize.para,
)}
placeholder={translate("Go To Verse")}
Expand All @@ -115,6 +115,7 @@ export default function ChapterPage({
</div>
<VerseNavigator
verseCount={verses_count}
currentChapter={chapter_number}
currentVerse={verseId}
viewNavigation={viewNavigation}
setViewNavigation={setViewNavigation}
Expand Down

0 comments on commit d9960c4

Please sign in to comment.