Quellcode durchsuchen

temporary compliance link fix (#4238)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku vor 2 Jahren
Ursprung
Commit
e0faa0fe30
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      dashboard/src/main/home/compliance-dashboard/VendorChecksList.tsx

+ 2 - 1
dashboard/src/main/home/compliance-dashboard/VendorChecksList.tsx

@@ -213,7 +213,8 @@ export const VendorChecksList: React.FC = () => {
                 }}
                 }}
                 additionalStyles=":hover { text-decoration: underline }"
                 additionalStyles=":hover { text-decoration: underline }"
                 onClick={() => {
                 onClick={() => {
-                  window.open(check.link, "_blank");
+                  window.open("https://app.vanta.com", "_blank");
+                  // window.open(check.link, "_blank");
                 }}
                 }}
               >
               >
                 {check.check}
                 {check.check}