diff --git a/portal-ui/package.json b/portal-ui/package.json
index ae4e02f67..a33e05d98 100644
--- a/portal-ui/package.json
+++ b/portal-ui/package.json
@@ -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",
diff --git a/portal-ui/src/screens/LoginPage/LoginPage.tsx b/portal-ui/src/screens/LoginPage/LoginPage.tsx
index d1ab66567..ffd00e13d 100644
--- a/portal-ui/src/screens/LoginPage/LoginPage.tsx
+++ b/portal-ui/src/screens/LoginPage/LoginPage.tsx
@@ -529,20 +529,14 @@ const Login = () => {
}
- promoHeader={
-
- Multi-Cloud
-
- Object Store
-
- }
+ promoHeader={Multi-Cloud Object Store}
promoInfo={
- MinIO offers high-performance, S3 compatible object storage.
- 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{" "}
+ pricing page.
}
/>
diff --git a/portal-ui/src/screens/LoginPage/StrategyForm.tsx b/portal-ui/src/screens/LoginPage/StrategyForm.tsx
index 9ce810d5b..72f9b90a3 100644
--- a/portal-ui/src/screens/LoginPage/StrategyForm.tsx
+++ b/portal-ui/src/screens/LoginPage/StrategyForm.tsx
@@ -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",
}}
diff --git a/portal-ui/yarn.lock b/portal-ui/yarn.lock
index 1426d6d5f..55776ae6b 100644
--- a/portal-ui/yarn.lock
+++ b/portal-ui/yarn.lock
@@ -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"