Skip to content

Commit

Permalink
Make links open in new tab (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin authored Nov 21, 2024
1 parent d575d75 commit 45df179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Helpjuice/Helpjuice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const Helpjuice: React.FC = () => {
}
url.searchParams.set('mpdxUrl', window.location.href);
contactLink.href = url.toString();
contactLink.target = '_blank';
}

const knowledgeBaseLink = document.querySelector('a.knowledge-base-link');
Expand Down

0 comments on commit 45df179

Please sign in to comment.