Skip to content

Commit

Permalink
Update Header.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
bajrangCoder authored Oct 18, 2024
1 parent 3089744 commit d80bb06
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/src/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
<ul class="flex space-x-6">
<li><a href="/#features" class="text-gray-300 hover:text-white transition">Features</a></li>
<li><a href="/docs" class="text-gray-300 hover:text-white transition">Docs</a></li>
<li>
<a
href="/"
class="bg-primary hover:bg-primary/80 text-white font-medium py-2 px-4 rounded-full transition duration-300"
>Get Started</a
>
</li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit d80bb06

Please sign in to comment.