Skip to content

Commit 9e12ad0

Browse files
committed
use clearer language on capacity estimation
1 parent 7f28555 commit 9e12ad0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/SimulatePriceComponent.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ export default function SimulatePriceComponent({ title = "Pricing Simulator" })
222222
<label className="inline-block text-white font-medium mb-1">Capacity estimation</label>
223223
<p className="capacity-estimation" data-template="">
224224

225-
<span className="font-medium text-red-500">High CPU Usage</span>
225+
<span className="font-medium text-red-500">Resource-Intensive App</span>
226226
<span> · {getEstimation(80)}</span>
227227
<br />
228228

229-
<span className="font-medium text-yellow-500">Moderate CPU Usage</span>
229+
<span className="font-medium text-yellow-500">Moderate App</span>
230230
<span> · {getEstimation(500)}</span>
231231
<br />
232232

233-
<span className="font-medium text-green-500">Minimal CPU Usage</span>
233+
<span className="font-medium text-green-500">Lightweight App</span>
234234
<span> · {getEstimation(3000)}</span>
235235

236236
</p>

0 commit comments

Comments
 (0)