File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
portal-ui/src/screens/LoginPage Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -377,22 +377,21 @@ const Login = () => {
377
377
</ a >
378
378
</ Fragment >
379
379
}
380
- promoHeader = { < Fragment > Multi-Cloud Object Store</ Fragment > }
380
+ promoHeader = {
381
+ < span style = { { fontSize : 28 } } > High-Performance Object Store</ span >
382
+ }
381
383
promoInfo = {
382
- < Fragment >
383
- MinIO's high-performance, Kubernetes-native object store is licensed
384
- under GNU AGPL v3 and is available on every cloud - public, private
385
- and edge. For more information on the terms of the license or to
386
- learn more about commercial licensing options visit the{ " " }
387
- < a
388
- href = { "https://min.io/pricing?ref=con" }
389
- target = "_blank"
390
- rel = "noopener"
391
- >
392
- pricing page
384
+ < span style = { { fontSize : 14 , lineHeight : 1 } } >
385
+ MinIO is a cloud-native object store built to run on any
386
+ infrastructure - public, private or edge clouds. Primary use cases
387
+ include data lakes, databases, AI/ML, SaaS applications and fast
388
+ backup & recovery . MinIO is dual licensed under GNU AGPL v3 and
389
+ commercial license . To learn more , visit { " " }
390
+ < a href = { "https://min.io/?ref=con" } target = "_blank" rel = "noopener" >
391
+ www.min.io
393
392
</ a >
394
393
.
395
- </ Fragment >
394
+ </ span >
396
395
}
397
396
/>
398
397
</ Fragment >
You can’t perform that action at this time.
0 commit comments