Skip to content

Commit 1c97b25

Browse files
committed
feat: Such free betea
1 parent 69849f0 commit 1c97b25

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

src/assets/aws_logo.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/assets/react.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/features/auth/AuthLayout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export function AuthLayout() {
2222
<h1 className="text-4xl font-bold">Harper Fabric</h1>
2323
<ul className="ps-5">
2424

25+
<ListItem title="Free Tier">
26+
<span>Try us out, no credit card required!</span>
27+
</ListItem>
28+
2529
<ListItem title="Global Deployments Managed as One">
2630
<span>Coordinate global environments as if they were a single node.</span>
2731
</ListItem>

src/features/clusters/upsert/components/ResourcesPerInstance.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export function ResourcesPerInstance({ planLimits, resourcesPerInstance, selecte
112112
{humanNumber(planLimits.totalReadCount * multiplier)} total reads {isPositive(planLimits.readsPerMinuteCount) ? 'in ' + (selectedRegion?.region ?? '') + ' region' : 'per server'},<br className="hidden sm:block" />
113113
{isPositive(planLimits.writesPerMinuteCount) ? ` ${humanNumber(planLimits.writesPerMinuteCount)} writes/min & ` : ' '}
114114
{humanNumber(planLimits.totalWriteCount)} total writes{expirationMonths && `, for ${pluralize(expirationMonths, 'month', 'months')}`}.
115+
Beta pricing subject to change
115116
<br className="block sm:hidden" />
116117
<Button
117118
type="button"

0 commit comments

Comments
 (0)