Skip to content

Commit

Permalink
flipped work and projects
Browse files Browse the repository at this point in the history
  • Loading branch information
iguannalin committed Nov 26, 2024
1 parent 6bfeee8 commit 5e40067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ window.addEventListener("load", () => {
const selected = e.target.innerText;
let elem;
switch (selected) {
case "":
case "projects":
elem = left;
break;
case "about":
elem = right;
break;
case "work":
case "":
location.href = "https://annaylin.com/portfolio/";
break;
default:
Expand Down
2 changes: 1 addition & 1 deletion portfolio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ window.addEventListener("load", () => {
const selected = e.target.innerText;
let elem;
switch (selected) {
case "work":
case "projects":
elem = left;
break;
case "about":
Expand Down

0 comments on commit 5e40067

Please sign in to comment.