Skip to content

Commit

Permalink
Updated Login Front page for Console (#2522)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
  • Loading branch information
bexsoft committed Dec 21, 2022
1 parent 77bcdcf commit bbf115d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion portal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"kbar": "^0.1.0-beta.39",
"local-storage-fallback": "^4.1.1",
"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",
"moment": "^2.29.4",
"react": "^18.1.0",
Expand Down
18 changes: 6 additions & 12 deletions portal-ui/src/screens/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -529,20 +529,14 @@ const Login = () => {
</a>
</Fragment>
}
promoHeader={
<Fragment>
Multi-Cloud
<br />
Object Store
</Fragment>
}
promoHeader={<Fragment>Multi-Cloud Object&nbsp;Store</Fragment>}
promoInfo={
<Fragment>
MinIO offers high-performance, S3 compatible object storage. <br />
Native to Kubernetes, MinIO is the only object storage suite
available on every public cloud, every Kubernetes distribution, the
private cloud and the edge. MinIO is software-defined and is 100%
open source under GNU AGPL v3.
MinIO's high-performance, kubernetes-native object store is licensed
under GNU AGPL v3 and is available on every cloud - public, private
and edge. For more information on the terms of the license or to
learn more about commercial licensing options visit the{" "}
<a href={"https://min.io/pricing"}>pricing page</a>.
</Fragment>
}
/>
Expand Down
2 changes: 1 addition & 1 deletion portal-ui/src/screens/LoginPage/StrategyForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const StrategyForm = () => {
}}
style={{
color: theme.colors.link,
font: "normal normal normal 12px/15px Lato",
font: "normal normal normal 14px Lato",
textDecoration: "underline",
cursor: "pointer",
}}
Expand Down
6 changes: 3 additions & 3 deletions portal-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8067,9 +8067,9 @@ mdn-data@2.0.4:
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==

"mds@https://github.com/minio/mds.git#v0.0.7":
version "0.0.7"
resolved "https://github.com/minio/mds.git#dd51b9d694550e7737e6cf2462195b8ad70fbfe6"
"mds@https://github.com/minio/mds.git#v0.0.8":
version "0.0.8"
resolved "https://github.com/minio/mds.git#acdfcc71be25a6902d4e2f8734ae5ad763ea3857"
dependencies:
"@types/styled-components" "^5.1.25"
styled-components "^5.3.6"
Expand Down

0 comments on commit bbf115d

Please sign in to comment.