Skip to content

Commit

Permalink
Add correct hrefs to the nav in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
PodvAx committed Sep 12, 2023
1 parent 304ccd8 commit 576c69c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,16 +572,16 @@ <h4 class="subhead">Our socials</h4>
<nav class="nav">
<ul class="nav__list nav__list--mobile nav__list--mobile--footer">
<li class="nav__item">
<a href="#" class="nav__link link subhead">About Us</a>
<a href="#about-us" class="nav__link link subhead">About Us</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link link subhead">Services</a>
<a href="#services" class="nav__link link subhead">Services</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link link subhead">Testimonials</a>
<a href="#testimonials" class="nav__link link subhead">Testimonials</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link link subhead">Contact Us</a>
<a href="#contact-us" class="nav__link link subhead">Contact Us</a>
</li>
</ul>
</nav>
Expand Down

0 comments on commit 576c69c

Please sign in to comment.