Skip to content

Commit bbf115d

Browse files
authored
Updated Login Front page for Console (#2522)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent 77bcdcf commit bbf115d

File tree

4 files changed

+11
-17
lines changed

4 files changed

+11
-17
lines changed

portal-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"kbar": "^0.1.0-beta.39",
3030
"local-storage-fallback": "^4.1.1",
3131
"lodash": "^4.17.21",
32-
"mds": "https://github.com/minio/mds.git#v0.0.7",
32+
"mds": "https://github.com/minio/mds.git#v0.0.8",
3333
"minio": "^7.0.32",
3434
"moment": "^2.29.4",
3535
"react": "^18.1.0",

portal-ui/src/screens/LoginPage/LoginPage.tsx

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -529,20 +529,14 @@ const Login = () => {
529529
</a>
530530
</Fragment>
531531
}
532-
promoHeader={
533-
<Fragment>
534-
Multi-Cloud
535-
<br />
536-
Object Store
537-
</Fragment>
538-
}
532+
promoHeader={<Fragment>Multi-Cloud Object&nbsp;Store</Fragment>}
539533
promoInfo={
540534
<Fragment>
541-
MinIO offers high-performance, S3 compatible object storage. <br />
542-
Native to Kubernetes, MinIO is the only object storage suite
543-
available on every public cloud, every Kubernetes distribution, the
544-
private cloud and the edge. MinIO is software-defined and is 100%
545-
open source under GNU AGPL v3.
535+
MinIO's high-performance, kubernetes-native object store is licensed
536+
under GNU AGPL v3 and is available on every cloud - public, private
537+
and edge. For more information on the terms of the license or to
538+
learn more about commercial licensing options visit the{" "}
539+
<a href={"https://min.io/pricing"}>pricing page</a>.
546540
</Fragment>
547541
}
548542
/>

portal-ui/src/screens/LoginPage/StrategyForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const StrategyForm = () => {
200200
}}
201201
style={{
202202
color: theme.colors.link,
203-
font: "normal normal normal 12px/15px Lato",
203+
font: "normal normal normal 14px Lato",
204204
textDecoration: "underline",
205205
cursor: "pointer",
206206
}}

portal-ui/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8067,9 +8067,9 @@ mdn-data@2.0.4:
80678067
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
80688068
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
80698069

8070-
"mds@https://github.com/minio/mds.git#v0.0.7":
8071-
version "0.0.7"
8072-
resolved "https://github.com/minio/mds.git#dd51b9d694550e7737e6cf2462195b8ad70fbfe6"
8070+
"mds@https://github.com/minio/mds.git#v0.0.8":
8071+
version "0.0.8"
8072+
resolved "https://github.com/minio/mds.git#acdfcc71be25a6902d4e2f8734ae5ad763ea3857"
80738073
dependencies:
80748074
"@types/styled-components" "^5.1.25"
80758075
styled-components "^5.3.6"

0 commit comments

Comments
 (0)