Updated Login Front page for Console (#2522)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-12-21 10:33:05 -06:00
committed by GitHub
parent 77bcdcfb08
commit bbf115dc71
4 changed files with 11 additions and 17 deletions

View File

@@ -29,7 +29,7 @@
"kbar": "^0.1.0-beta.39", "kbar": "^0.1.0-beta.39",
"local-storage-fallback": "^4.1.1", "local-storage-fallback": "^4.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mds": "https://github.com/minio/mds.git#v0.0.7", "mds": "https://github.com/minio/mds.git#v0.0.8",
"minio": "^7.0.32", "minio": "^7.0.32",
"moment": "^2.29.4", "moment": "^2.29.4",
"react": "^18.1.0", "react": "^18.1.0",

View File

@@ -529,20 +529,14 @@ const Login = () => {
</a> </a>
</Fragment> </Fragment>
} }
promoHeader={ promoHeader={<Fragment>Multi-Cloud Object&nbsp;Store</Fragment>}
<Fragment>
Multi-Cloud
<br />
Object Store
</Fragment>
}
promoInfo={ promoInfo={
<Fragment> <Fragment>
MinIO offers high-performance, S3 compatible object storage. <br /> MinIO's high-performance, kubernetes-native object store is licensed
Native to Kubernetes, MinIO is the only object storage suite under GNU AGPL v3 and is available on every cloud - public, private
available on every public cloud, every Kubernetes distribution, the and edge. For more information on the terms of the license or to
private cloud and the edge. MinIO is software-defined and is 100% learn more about commercial licensing options visit the{" "}
open source under GNU AGPL v3. <a href={"https://min.io/pricing"}>pricing page</a>.
</Fragment> </Fragment>
} }
/> />

View File

@@ -200,7 +200,7 @@ const StrategyForm = () => {
}} }}
style={{ style={{
color: theme.colors.link, color: theme.colors.link,
font: "normal normal normal 12px/15px Lato", font: "normal normal normal 14px Lato",
textDecoration: "underline", textDecoration: "underline",
cursor: "pointer", cursor: "pointer",
}} }}

View File

@@ -8067,9 +8067,9 @@ mdn-data@2.0.4:
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
"mds@https://github.com/minio/mds.git#v0.0.7": "mds@https://github.com/minio/mds.git#v0.0.8":
version "0.0.7" version "0.0.8"
resolved "https://github.com/minio/mds.git#dd51b9d694550e7737e6cf2462195b8ad70fbfe6" resolved "https://github.com/minio/mds.git#acdfcc71be25a6902d4e2f8734ae5ad763ea3857"
dependencies: dependencies:
"@types/styled-components" "^5.1.25" "@types/styled-components" "^5.1.25"
styled-components "^5.3.6" styled-components "^5.3.6"