This commit is contained in:
Boof 2023-04-14 11:42:53 +02:00 committed by GitHub
parent 5a042d8090
commit ea455270dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ function navShow() {
if(CurrentPage == "projects", "about", "news") {
navMenuImg.src = '../data/images/menu.svg';
} else {
navMenuImg.src = '/data/images/menu.svg';
navMenuImg.src = 'data/images/menu.svg';
console.log("you are on the homepage")
}
} else {
@ -31,7 +31,7 @@ function navShow() {
if(CurrentPage == "projects", "about", "news") {
navMenuImg.src = '../data/images/close.svg';
} else {
navMenuImg.src = '/data/images/close.svg';
navMenuImg.src = 'data/images/close.svg';
console.log("you are on the homepage")
}
}