Skip to content

Commit 22c52ec

Browse files
Removed "About" Section on Header (#4)
No About page on website currently. Removing for the time being to stop the 404 error. Will reimplement when page is completed.
1 parent e1c94a5 commit 22c52ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<nav class="navbar">
44
<ul class="nav-list">
55
<li><a href="https://rackrobo.io/">Store</a></li>
6-
<li><a href="https://rackrobo.io/about">About</a></li>
6+
<!-- <li><a href="https://rackrobo.io/about">About</a></li> -->
77
</ul>
88
</nav>
99
<div class="mobile-menu" onclick="toggleMenu()">&#9776;</div>

0 commit comments

Comments
 (0)