Skip to content

Commit

Permalink
Change YouVersion link to point to bible.com
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Apr 22, 2023
1 parent 2150272 commit 0e8d768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/widgets/widget-BibleVerse/BibleVerse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const BibleVerseWidget = React.memo(function BibleVerseWidget({
</div>
<p className="bible-verse-notice">
{verseContent.version.name} via{' '}
<a href="https://www.youversion.com/">YouVersion</a>
<a href="https://www.bible.com/">YouVersion</a>
</p>
</>
) : null}
Expand Down

0 comments on commit 0e8d768

Please sign in to comment.