Skip to content

Commit

Permalink
Merge pull request #3242 from Subhajit-2023-44/11
Browse files Browse the repository at this point in the history
Added the missing button to the Maps page dropdown ! 🌟🌟
  • Loading branch information
deepeshmlgupta authored Nov 10, 2024
2 parents 1607df4 + 565836f commit 49692d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions maps.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,18 @@
<i class="fas fa-chevron-down icon-hover" style="margin: 5px;"></i> Explore More
</a>
<ul class="dropdown-menu">
<li>
<a href="./finance.html">
<i class="fas fa-graduation-cap icon-hover" style="margin: 5px;"></i> Courses
</a>
</li>
<li><a href="./trends.html"><i class="fas fa-chart-line icon-hover" style="margin: 5px;"></i> Trends</a></li>
<li><a href="./tools/sip.html"><i class="fas fa-tools icon-hover" style="margin: 5px;"></i> Tools</a></li>
<li><a href="./blog.html"><i class="fas fa-blog icon-hover" style="margin: 5px;"></i> Blogs</a></li>
<li><a href="./quiz.html"><i class="fas fa-question icon-hover" style="margin: 5px;"></i> Quiz</a></li>
<li><a href="./Games/Games.html"><i class="fas fa-gamepad icon-hover" style="margin: 5px;"></i>
Games</a>
</li>
<li><a class="active-link" href="./maps.html"><i class="fas fa-map icon-hover" style="margin: 5px;"></i> MAPS</a></li>
</ul>
</li>
Expand Down

0 comments on commit 49692d4

Please sign in to comment.