diff --git a/src/components/Helpjuice/Helpjuice.tsx b/src/components/Helpjuice/Helpjuice.tsx index 6e74a3599..2fa4200ac 100644 --- a/src/components/Helpjuice/Helpjuice.tsx +++ b/src/components/Helpjuice/Helpjuice.tsx @@ -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');