File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments