Skip to content

Commit

Permalink
corrected the navbar and path from menu to home
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmayeep58 committed Jul 28, 2024
1 parent 56cd46e commit 9a7f3e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<!-- end -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<a href="index.html" class="navbar-brand opacity-75 flex-fill">
<a href="../index.html" class="navbar-brand opacity-75 flex-fill">
<img src="../Images/logo/Foodielogo.png" height="40">
</a>
<button class="navbar-toggler order-1" type="button" data-bs-toggle="collapse"
Expand All @@ -108,7 +108,7 @@
<div class="collapse navbar-collapse hamburgeritems centerdiv order-2 order-lg-0">
<ul class="navbar-nav center-links">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">
<a class="nav-link" aria-current="page" href="../index.html">
<i class="fa-solid fa-home"></i> Home
</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@
</ul>
</li>

<li class="nav-item, nav-items">
<!-- <li class="nav-item, nav-items">
<a class="nav-link" href="Html-files/contact.html"><i class="fa-solid fa-phone"></i>Contact Us</a>
</li>
</li> -->

<li class="nav-item">
<a class="nav-link" href="#FAQ">FAQS</a>
Expand Down

0 comments on commit 9a7f3e5

Please sign in to comment.