Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions portal-ui/src/screens/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down