Skip to content

Commit

Permalink
fix: header
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Aug 29, 2024
1 parent 55c1a32 commit dbc8551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="flex lg:hidden"></div>
<div class="hidden lg:flex lg:gap-x-12">
<a href="#features" class="text-sm font-semibold leading-6 text-gray-900">Features</a>
<a href="/" class="text-sm font-semibold leading-6 text-gray-900">Home</a>
<a href="/terms-of-service" class="text-sm font-semibold leading-6 text-gray-900"
>Terms of Service</a
>
Expand Down

0 comments on commit dbc8551

Please sign in to comment.