Update Login Message (#2757)

This commit is contained in:
Daniel Valdivia
2023-04-04 12:24:10 +02:00
committed by GitHub
parent 854b984850
commit 3746adcc13

View File

@@ -377,22 +377,21 @@ const Login = () => {
</a>
</Fragment>
}
promoHeader={<Fragment>Multi-Cloud Object&nbsp;Store</Fragment>}
promoHeader={
<span style={{ fontSize: 28 }}>High-Performance Object Store</span>
}
promoInfo={
<Fragment>
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?ref=con"}
target="_blank"
rel="noopener"
>
pricing page
<span style={{ fontSize: 14, lineHeight: 1 }}>
MinIO is a cloud-native object store built to run on any
infrastructure - public, private or edge clouds. Primary use cases
include data lakes, databases, AI/ML, SaaS applications and fast
backup & recovery. MinIO is dual licensed under GNU AGPL v3 and
commercial license. To learn more, visit{" "}
<a href={"https://min.io/?ref=con"} target="_blank" rel="noopener">
www.min.io
</a>
.
</Fragment>
</span>
}
/>
</Fragment>