mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
e
This commit is contained in:
parent
5a042d8090
commit
ea455270dd
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user