Просмотр исходного кода

temporary compliance link fix (#4238)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku 2 лет назад
Родитель
Сommit
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}