Skip to content

Commit 6aa9231

Browse files
jahoomaclaude
andcommitted
Drop padded count from limited landing session counter
The padStart was added so a centered title wouldn't shift width as the count ticks during loading, but the limited-tier landing panel is left-aligned — the padding just shows up as a visible leading indent that misaligns the line with the model name and CTA above and below it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 67de107 commit 6aa9231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/components/waiting-room-screen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export const WaitingRoomScreen: React.FC<WaitingRoomScreenProps> = ({
405405
sessionCounter={
406406
<>
407407
<span fg={premiumUsedColor}>
408-
{formattedSharedPremiumUsed} of {sessionLimit}{' '}
408+
{formatSessionUnits(sharedPremiumUsed)} of {sessionLimit}{' '}
409409
{sessionLabel} used
410410
</span>
411411
<span fg={theme.muted}>

0 commit comments

Comments
 (0)