Skip to content

Commit

Permalink
add features link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor-Ang committed Jan 23, 2024
1 parent 4497b2b commit ef6786d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/genezio-theme/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
style="border: 1px solid rgba(153, 173, 203, 0.4); border-radius: 6px"
class="nav-item w-100 d-flex justify-content-center mb-3 mt-1"
>
<a style="color: #bfccde" href="#" class="nav-link py-2 my-1">Features</a>
<a style="color: #bfccde" href="/#features" class="nav-link py-2 my-1">Features</a>
</li>
<li
style="border: 1px solid rgba(153, 173, 203, 0.4); border-radius: 6px"
Expand Down Expand Up @@ -103,7 +103,7 @@
>
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link text-white opacity-75 fw-semibold mx-5" href="#">Features</a>
<a class="nav-link text-white opacity-75 fw-semibold mx-5" href="/#features">Features</a>
</li>
<li class="nav-item">
<div class="collapse navbar-collapse" id="navbarNavDarkDropdown">
Expand Down

0 comments on commit ef6786d

Please sign in to comment.