Skip to content

Commit

Permalink
Don't open Home in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Feb 23, 2024
1 parent b0f57a4 commit 3332896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="h-full flex items-center">
<!-- Links -->
<div id="nav-links" class="hidden lg:flex space-x-5 mr-4 font-semibold hover:*:text-secondary select-none">
<a target="_blank" href="/">Home</a>
<a href="/">Home</a>
<a target="_blank" href="/support">Support</a>
<a target="_blank" href="/contact">Contact</a>
</div>
Expand Down

0 comments on commit 3332896

Please sign in to comment.