Skip to content

Commit

Permalink
Merge pull request #3233 from Subhajit-2023-44/5
Browse files Browse the repository at this point in the history
Added the missing button to the Help page dropdown ! 🌟🌟
  • Loading branch information
deepeshmlgupta authored Nov 10, 2024
2 parents 5c0f34f + c36ec71 commit 91e7a55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,11 @@
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"
Expand All @@ -512,6 +517,9 @@
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 href="./maps.html"><i class="fas fa-map icon-hover"
style="margin: 5px;"></i> MAPS</a></li>
</ul>
Expand Down

0 comments on commit 91e7a55

Please sign in to comment.