Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iguannalin committed Nov 27, 2024
1 parent 5d92c1d commit 19836bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ window.addEventListener("load", () => {
case "about":
elem = right;
break;
case "☼":
location.href = "https://annaylin.com/portfolio/";
break;
default:
elem = center;
break;
Expand Down
3 changes: 0 additions & 3 deletions portfolio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ window.addEventListener("load", () => {
case "about":
elem = right;
break;
case "☾":
location.href = "https://annaylin.com/";
break;
default:
elem = center;
break;
Expand Down

0 comments on commit 19836bc

Please sign in to comment.