Skip to content

Commit

Permalink
Merge pull request #117 from dipexplorer/faq_route
Browse files Browse the repository at this point in the history
[Bug]: update navbar #106
  • Loading branch information
Soujanya2004 authored Oct 18, 2024
2 parents 8f1a406 + c17e097 commit 98d9be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions views/includes/navbar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<li class="nav-item">
<a class="nav-link" href="#footer">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/listing/#faq">FAQs</a>
</li>
</ul>

<!-- Search bar in the middle -->
Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
</div>

<!-- FAQ SECTION -->
<div class="faq-container container">
<div class="faq-container container" id="faq">
<div class="faq-left">
<h2>Frequently Asked Questions</h2>
<p>Your travel-related queries, answered to ensure a smooth journey! 🌍✨</p>
Expand Down

0 comments on commit 98d9be9

Please sign in to comment.