Update Login Message (#2757)
This commit is contained in:
@@ -377,22 +377,21 @@ const Login = () => {
|
||||
</a>
|
||||
</Fragment>
|
||||
}
|
||||
promoHeader={<Fragment>Multi-Cloud Object 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>
|
||||
|
||||
Reference in New Issue
Block a user