Преглед изворни кода

temporary compliance link fix (#4238)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku пре 2 година
родитељ
комит
e0faa0fe30
1 измењених фајлова са 2 додато и 1 уклоњено
  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 }"
                 onClick={() => {
-                  window.open(check.link, "_blank");
+                  window.open("https://app.vanta.com", "_blank");
+                  // window.open(check.link, "_blank");
                 }}
               >
                 {check.check}