Переглянути джерело

temporary compliance link fix (#4238)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku 2 роки тому
батько
коміт
e0faa0fe30

+ 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}