Skip to content

Commit 3746adc

Browse files
authored
Update Login Message (#2757)
1 parent 854b984 commit 3746adc

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

portal-ui/src/screens/LoginPage/LoginPage.tsx

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -377,22 +377,21 @@ const Login = () => {
377377
</a>
378378
</Fragment>
379379
}
380-
promoHeader={<Fragment>Multi-Cloud Object&nbsp;Store</Fragment>}
380+
promoHeader={
381+
<span style={{ fontSize: 28 }}>High-Performance Object Store</span>
382+
}
381383
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
393392
</a>
394393
.
395-
</Fragment>
394+
</span>
396395
}
397396
/>
398397
</Fragment>

0 commit comments

Comments
 (0)