Skip to content

Commit 4c48f60

Browse files
BackendExpertJehanKandyVinuraPathirana
committed
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Vinura Pathirana <154809219+VinuraPathirana@users.noreply.github.com>
1 parent 1806e2a commit 4c48f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fetch('footerbar.html')
1414

1515

1616
const othernav = document.querySelector('.other-nav')
17-
fetch('nav.html')
17+
fetch('navbar.html')
1818
.then(res=>res.text())
1919
.then(data=>{
2020
othernav.innerHTML=data

0 commit comments

Comments
 (0)