Skip to content

Commit

Permalink
Merge pull request #76 from Jils31/aboutus
Browse files Browse the repository at this point in the history
Issue solved for the Footer Link for About Us
  • Loading branch information
Anu27n authored Oct 10, 2024
2 parents 3c77ee0 + 618db62 commit 818c43f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,11 @@ const Home = () => {
</a>
</li>
<li>
<a href="#" className="label-2 footer-link hover-underline">
About Us
</a>
</li>
<a href="#about" class="label-2 footer-link hover-underline">
<div class="separator"></div>
<span class="span">About Us</span>
</a>
</li>
<li>
<a href="#" className="label-2 footer-link hover-underline">
Our Chefs
Expand Down

0 comments on commit 818c43f

Please sign in to comment.