update antd

This commit is contained in:
Collin M. Barrett 2020-05-15 18:19:15 -05:00
parent f78c829a36
commit b6ad001001
3 changed files with 2 additions and 2 deletions

BIN
web/package-lock.json generated

Binary file not shown.

View file

@ -11,7 +11,7 @@
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"antd": "^4.1.5",
"antd": "^4.2.2",
"babel-plugin-import": "^1.13.0",
"customize-cra": "^0.9.1",
"react": "^16.13.1",

View file

@ -80,7 +80,7 @@ const buildButtonProps = (name: string, viewUrl: string) => {
prefixes.push("TOR");
}
if (viewUrl.includes("http://")) {
type = "danger";
type = "dashed";
prefixes.push("INSECURE");
}