Skip to content

Commit 4753ad6

Browse files
theo-learnerclaude
andcommitted
refactor: simplify Monthly Cost card subtitle — remove redundant baseline rate
- Remove $/hr from header row (monthly figure is the primary metric) - Replace "baseline $X.XXX/hr" with "$X.XXX/hr now" (current burn rate, clear label) - "vs Fixed 4 vCPU ($166/mo)" row already communicates the baseline context Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 080bc69 commit 4753ad6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/app/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,12 +1514,9 @@ export default function Dashboard() {
15141514
${monthlyCost.toFixed(0)}
15151515
</span>
15161516
<span className="text-base font-bold text-gray-400">/mo</span>
1517-
<span className={`ml-auto text-[11px] font-semibold ${isPeak ? 'text-red-500' : 'text-gray-500'}`}>
1518-
${hourlyRate.toFixed(3)}/hr
1519-
</span>
15201517
</div>
15211518
<p className="text-gray-400 text-[10px] mt-0.5">
1522-
{vcpu} vCPU · {memGiB} GiB · baseline ${baselineHourly.toFixed(3)}/hr
1519+
{vcpu} vCPU · {memGiB} GiB · ${hourlyRate.toFixed(3)}/hr now
15231520
</p>
15241521
</div>
15251522
<div className="mt-3 pt-3 border-t border-gray-100">

0 commit comments

Comments
 (0)