mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update antd
This commit is contained in:
parent
f78c829a36
commit
b6ad001001
3 changed files with 2 additions and 2 deletions
BIN
web/package-lock.json
generated
BIN
web/package-lock.json
generated
Binary file not shown.
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ const buildButtonProps = (name: string, viewUrl: string) => {
|
|||
prefixes.push("TOR");
|
||||
}
|
||||
if (viewUrl.includes("http://")) {
|
||||
type = "danger";
|
||||
type = "dashed";
|
||||
prefixes.push("INSECURE");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue