Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
reflecthub authored Nov 26, 2024
1 parent e1c0bfd commit 955497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ function renderVerse(data) {
const verseContainer = document.querySelector('.verse-style');

// Clear existing content
// verseContainer.innerHTML = '';
verseContainer.innerHTML = '';

// Loop through the JSON data and create an h2 element for each verse
data.forEach((item) => {
Expand Down

0 comments on commit 955497e

Please sign in to comment.