Skip to content

Commit

Permalink
Also make external header links open a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Feb 22, 2024
1 parent 1e55f9e commit 74799dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<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 href="/">Home</a>
<a href="/support">Support</a>
<a href="/contact">Contact</a>
<a target="_blank" href="/">Home</a>
<a target="_blank" href="/support">Support</a>
<a target="_blank" href="/contact">Contact</a>
</div>

<!-- Hamburger Menu -->
Expand Down

0 comments on commit 74799dd

Please sign in to comment.