Skip to content

Commit

Permalink
Merge pull request #2304 from Adarsh-Chaubey03/main
Browse files Browse the repository at this point in the history
Updated Nav Bar Of `Tool` Section
  • Loading branch information
sampadatiwari30 authored Oct 28, 2024
2 parents cbfa86a + 45fde18 commit 75fda71
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tools/sip.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,18 +309,6 @@
<li class="nav-item">
<a class="page-scroll" href="../faq.html" style="color: rgb(237, 242, 244);">Help 🙋‍♂️</a>
</li>
<!-- Dropdown for Explore -->
<li class="nav-item dropdown" onmouseover="toggleDropdown(true)" onmouseout="toggleDropdown(false)">
<a class="page-scroll dropdown-toggle" href="#" style="color: rgb(237, 242, 244);">
<span class="explore-text">Explore 📚</span>
</a>
<ul class="dropdown-menu">
<li><a href="./trends.html">Trends 📈</a></li>
<li><a href="./tools/sip.html">Tools 🔧</a></li>
<li><a href="./blog.html">Blogs 📰</a></li>
<li><a href="./quiz.html">Quiz 🤔</a></li>
</ul>
</li>
<li class="nav-item no-underline">
<a class="main-btn navbar-btn" style="padding: 2px 20px; color: rgb(237, 242, 244);animation-duration: 0.4s;animation-name: ease;" data-scroll-nav="0" href="../loginPage.html" >Login/Register 💻</a>
</li>
Expand Down

0 comments on commit 75fda71

Please sign in to comment.