소스 검색

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}