Skip to content

Commit

Permalink
add solution
Browse files Browse the repository at this point in the history
  • Loading branch information
hardaira committed Aug 27, 2024
1 parent 4e1fe89 commit 293e9e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ <h1>Strategic Agency</h1>
/>
</a>
<a
id="next-img"
class="next"
onclick="plusSlides(1)"
>
Expand Down Expand Up @@ -722,6 +723,6 @@ <h2 class="company-data__heading">Contact us</h2>
</nav>
</footer>


</body>
</html>
2 changes: 1 addition & 1 deletion src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

}

document.addEventListener("DOMContentLoaded", function () {
document.getElementById("next-img").addEventListener("click", function () {
showSlides(slideIndex);
/* setInterval(function () {
plusSlides(1);
Expand Down

0 comments on commit 293e9e2

Please sign in to comment.