mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
e
This commit is contained in:
parent
829889ed2b
commit
5a042d8090
@ -24,6 +24,7 @@ function navShow() {
|
||||
navMenuImg.src = '../data/images/menu.svg';
|
||||
} else {
|
||||
navMenuImg.src = '/data/images/menu.svg';
|
||||
console.log("you are on the homepage")
|
||||
}
|
||||
} else {
|
||||
navMobileContentClose.classList.toggle('nav-mobile-content');
|
||||
@ -31,6 +32,7 @@ function navShow() {
|
||||
navMenuImg.src = '../data/images/close.svg';
|
||||
} else {
|
||||
navMenuImg.src = '/data/images/close.svg';
|
||||
console.log("you are on the homepage")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user