web/satellite: update wording for upgrade account banner
Updated wording because we don't want to dissuade customers from upgrading and using Storj by implying that there is a ceiling to what they can store and egress with Storj. Issue: https://github.com/storj/storj/issues/6040 Change-Id: I8a08bea47b698e66e023d1bfcaa5ef09dae79192
This commit is contained in:
parent
62f52c829a
commit
ae5e742a12
@ -6,8 +6,8 @@
|
||||
<SunnyIcon class="notification-wrap__icon" />
|
||||
<div class="notification-wrap__text">
|
||||
<p>
|
||||
Ready to upgrade? Upload up to 75TB and pay what you use only, no minimum.
|
||||
{{ formattedStorageLimit }} free included.
|
||||
Ready to upgrade? Increase your limits and only pay for what you use - no minimum.
|
||||
{{ formattedStorageLimit }} free still included.
|
||||
</p>
|
||||
<a @click="openBanner">Upgrade Now</a>
|
||||
</div>
|
||||
@ -79,7 +79,7 @@ async function openBanner(): Promise<void> {
|
||||
&__text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
gap: 6px;
|
||||
flex-grow: 1;
|
||||
|
||||
& a {
|
||||
|
@ -231,4 +231,4 @@ async function redirectToBillingPage(): Promise<void> {
|
||||
box-shadow: 0 0 20px rgb(0 0 0 / 4%);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user