Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
zhen1007 committed Aug 26, 2024
1 parent 3461ba3 commit a8487ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<span>TravelBloom</span>
</div>
<ul class="nav-links">
<li><a href="./travel_recommendation.html">Home</a></li>
<li><a href="./index.html">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="./contact_us.html">Contact Us</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion contact_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<span>TravelBloom</span>
</div>
<ul class="nav-links">
<li><a href="./travel_recommendation.html">Home</a></li>
<li><a href="./index.html">Home</a></li>
<li><a href="./about_us.html">About Us</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
Expand Down

0 comments on commit a8487ee

Please sign in to comment.