File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1516,12 +1516,12 @@ export default function Dashboard() {
15161516 < span className = "text-base font-bold text-gray-400" > /mo</ span >
15171517 </ div >
15181518 < p className = "text-gray-400 text-[10px] mt-0.5" >
1519- { vcpu } vCPU · { memGiB } GiB · ${ hourlyRate . toFixed ( 3 ) } /hr now
1519+ { vcpu } vCPU · { memGiB } GiB · ${ hourlyRate . toFixed ( 3 ) } /hr est.
15201520 </ p >
15211521 </ div >
15221522 < div className = "mt-3 pt-3 border-t border-gray-100" >
15231523 < div className = "flex items-center justify-between" >
1524- < span className = "text-[10px] text-gray-400" > vs Fixed 4 vCPU (${ fixedCost . toFixed ( 0 ) } /mo)</ span >
1524+ < span className = "text-[10px] text-gray-400" > vs 4 vCPU Fargate baseline (${ fixedCost . toFixed ( 0 ) } /mo)</ span >
15251525 < span className = { `text-xs font-bold ${ isPeak ? 'text-red-500' : 'text-green-600' } ` } >
15261526 { isPeak ? '+' : '-' } { Math . abs ( savingsPct ) . toFixed ( 0 ) } %
15271527 </ span >
You can’t perform that action at this time.
0 commit comments