Skip to content

Commit 77c296c

Browse files
committed
Update usage multiplier
1 parent 9d79443 commit 77c296c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/app/strong/strong-client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import { cn } from '@/lib/utils'
1818

1919
const USAGE_MULTIPLIER: Record<number, string> = {
2020
100: '1×',
21-
200: '2.5×',
22-
500: '7×',
21+
200: '3×',
22+
500: '8×',
2323
}
2424

2525
function SubscribeButton({

0 commit comments

Comments
 (0)