We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b980d commit aa1b3deCopy full SHA for aa1b3de
src/components/subscription/PricingModal.jsx
@@ -34,7 +34,7 @@ export function PricingModal({
34
onClick={monthlyBillingClicked}
35
class={`${isMonthlyType ? 'bg-black' : ''} relative rounded-md shadow-sm py-2 w-1/2 text-xs whitespace-nowrap focus:outline-none sm:w-auto sm:px-8`}
36
>
37
- Monthly billing
+ Billed Monthly
38
</button>
39
<button
40
type="button"
0 commit comments