chore: change wording for rate limit selection

This commit is contained in:
Danish Arora 2025-07-10 16:27:23 +05:30
parent a5005a9c03
commit f7ccf81ba4
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -202,11 +202,11 @@ export function MembershipRegistration({ tabId: _tabId }: MembershipRegistration
>
<ToggleGroupItem value="300" className="flex-1 flex flex-col items-center">
<span>Standard (300)</span>
<span className="text-xs text-muted-foreground">lower cost</span>
<span className="text-xs text-muted-foreground">lower deposit</span>
</ToggleGroupItem>
<ToggleGroupItem value="600" className="flex-1 flex flex-col items-center">
<span>Max (600)</span>
<span className="text-xs text-muted-foreground">higher cost, more messages</span>
<span className="text-xs text-muted-foreground">requires higher deposit. more messages.</span>
</ToggleGroupItem>
</ToggleGroup>
</div>