diff --git a/index.html b/index.html
index a1a2de38..5237130a 100644
--- a/index.html
+++ b/index.html
@@ -42,8 +42,7 @@
-
-
+
diff --git a/index.js b/index.js
index 30046297..4031ba85 100644
--- a/index.js
+++ b/index.js
@@ -110,7 +110,7 @@ window.addEventListener("load", () => {
const selected = e.target.innerText;
let elem;
switch (selected) {
- case "projects":
+ case "☼":
elem = left;
break;
case "about":
diff --git a/portfolio/index.html b/portfolio/index.html
index 408a1b6a..b2ec954d 100644
--- a/portfolio/index.html
+++ b/portfolio/index.html
@@ -46,8 +46,7 @@
-
-
+
diff --git a/portfolio/index.js b/portfolio/index.js
index c3553156..5d2efd46 100644
--- a/portfolio/index.js
+++ b/portfolio/index.js
@@ -80,7 +80,7 @@ window.addEventListener("load", () => {
case "about":
elem = right;
break;
- case "projects":
+ case "☾":
location.href = "https://annaylin.com/";
break;
default: