sunguroku 2 lat temu
rodzic
commit
5df581f198

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/preview-environments/v2/PreviewEnvs.tsx

@@ -63,7 +63,7 @@ const PreviewEnvs: React.FC = () => {
           </Text>
           <Spacer y={1} />
           <PorterLink to="https://docs.porter.run/other/eject" target="_blank">
-            <Button alt height="35px" target="_blank">
+            <Button alt height="35px">
              Eject to AWS, Azure, or GCP.
             </Button>
           </PorterLink>

+ 1 - 1
dashboard/src/main/home/compliance-dashboard/ComplianceDashboard.tsx

@@ -56,7 +56,7 @@ const ComplianceDashboard: React.FC = () => {
             </Text>
             <Spacer y={1} />
             <PorterLink to="https://docs.porter.run/other/eject" target="_blank">
-              <Button alt height="35px" target="_blank">
+              <Button alt height="35px">
                 Eject to AWS, Azure, or GCP.
               </Button>
             </PorterLink>