summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8e3bce9..8458084 100644
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@
<div class="navigation-bar">
<nav class="nav">
<a href="#" class="nav-item" active-color="orange">Home</a> <!-- Had `is-active` after it but removed it due to not highlighting. -->
- <a href="https://github.com/users/s1nical/projects/1" class="nav-item" active-color="green">About</a> <!-- About -->
+ <a href="./404.html" class="nav-item" active-color="green">About</a> <!-- About -->
<a href="./dino/" class="nav-item" active-color="blue">Dino</a> <!-- Testimonials -->
<a href="./doge" class="nav-item" active-color="red">Doge</a> <!-- Blog -->
<a href="./cars/" class="nav-item" active-color="rebeccapurple">Cars</a> <!-- Contact -->