Skip to content

Commit

Permalink
Merge pull request #38 from iicsrm/kshavp
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
iicsrm authored Jan 27, 2024
2 parents 1fe85a1 + 1c0ac22 commit ce92b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Event.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ document.addEventListener('DOMContentLoaded', () => {
const generateEvent = () =>{
let result = '<div class="owl-carousel md:flex items-center">';
for(let i=1; i<=14; i++){
result += `<div class="item m-5"><img class="object-fill align-middle rounded-lg" src="./public/img/quizmantra/carousel/${i}.jpg" alt="Image ${i}"></div>`
result += `<div class="item m-5"><img class="object-fill rounded-lg" src="./public/img/quizmantra/carousel/${i}.jpg" alt="Image ${i}"></div>`
}
result+=`</div>
<div>
Expand Down

0 comments on commit ce92b46

Please sign in to comment.