diff --git a/src/components/EnterpriseHeader/index.tsx b/src/components/EnterpriseHeader/index.tsx index 35a1b2a..30c75e3 100644 --- a/src/components/EnterpriseHeader/index.tsx +++ b/src/components/EnterpriseHeader/index.tsx @@ -17,7 +17,7 @@ const EnterpriseHeader: React.FC = () => { }, []); const handleGoHome = () => { - window.open(PORTAL_HOME_URL, '_blank'); + window.open(PORTAL_HOME_URL); }; const handleGoShowcase = () => {