Skip to content

Commit

Permalink
fix: open significa website in new tab in handbook
Browse files Browse the repository at this point in the history
  • Loading branch information
nunopolonia committed Feb 16, 2024
1 parent ce4663f commit 913bce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/handbook-navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<div class="items-center gap-1 text-sm font-medium leading-relaxed hidden lg:flex">
<Icon icon="home" />
<Link href={sanitizeSlug('/')}>
<Link href={sanitizeSlug('/')} target="_blank" rel="noopener noreferrer">
{t('handbook.navigation.website')}
</Link>
</div>
Expand Down

0 comments on commit 913bce6

Please sign in to comment.