We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d79443 commit 77c296cCopy full SHA for 77c296c
1 file changed
web/src/app/strong/strong-client.tsx
@@ -18,8 +18,8 @@ import { cn } from '@/lib/utils'
18
19
const USAGE_MULTIPLIER: Record<number, string> = {
20
100: '1×',
21
- 200: '2.5×',
22
- 500: '7×',
+ 200: '3×',
+ 500: '8×',
23
}
24
25
function SubscribeButton({
0 commit comments