diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -->
|