summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:03:39 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:03:39 +0100
commit58f0d426f4918a464579bdd10868fa302e620a66 (patch)
tree92176759fdaab3fbe9079a0b5db250d1087a22ae /index.html
parent22657326f9c271ce3683dc1bf15738d38707f483 (diff)
fix: remove emojis
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index f4a8754..c92540a 100644
--- a/index.html
+++ b/index.html
@@ -12,10 +12,10 @@
<nav>
<ul>
- <a href="https://gustafrydholm.xyz"><li>🌌 Home</li></a>
- <a href="about.html"><li>📇 About</li></a>
- <a href="blog.html"><li>📘 Blog</li></a>
- <a href="contact.html"><li>📨 Contact</li></a>
+ <a href="https://gustafrydholm.xyz"><li>Home</li></a>
+ <a href="about.html"><li>About</li></a>
+ <a href="blog.html"><li>Blog</li></a>
+ <a href="contact.html"><li>Contact</li></a>
</ul>
</nav>