Skip to content

Commit 1f54b60

Browse files
committed
add nextline char
1 parent 46c2cc3 commit 1f54b60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/accounts-billing/new-pricing-comparison.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,31 @@ export const PricingToggles = () => {
2828
monthly: {
2929
free: 0,
3030
individual: 39,
31-
growth: '1st seat: $80, 2nd seat: $55',
31+
growth: '1st seat: $80, \n 2nd seat: $55',
3232
business: '1st seat: $150, \n Seats 2-5: $85 each*',
3333
enterprise: 'Custom'
3434
},
35-
annual: {
35+
annual: {
3636
free: 0,
3737
individual: 351, // $360/year = $30/month effective
38-
growth: '1st seat: $720, 2nd seat: $495',
39-
business: '1st seat: $1,350, Seats 2-5: $765*', // $4752/year = $396/month effective
38+
growth: '1st seat: $720, \n 2nd seat: $495',
39+
business: '1st seat: $1,350, \n Seats 2-5: $765*', // $4752/year = $396/month effective
4040
enterprise: 'Custom'
4141
}
4242
},
4343
INR: {
4444
monthly: {
4545
free: 0,
4646
individual: 1300, // Official INR rate
47-
growth: '1st seat: ₹2,650, 2nd seat: ₹1,850', // Official INR rate
48-
business: '1st seat: ₹5,100, Seats 2-5: ₹2,850 each*', // Official INR rate
47+
growth: '1st seat: ₹2,650, \n 2nd seat: ₹1,850', // Official INR rate
48+
business: '1st seat: ₹5,100, \n Seats 2-5: ₹2,850 each*', // Official INR rate
4949
enterprise: 'Custom'
5050
},
5151
annual: {
5252
free: 0,
5353
individual: 11700, // ₹11,700/year = ₹975/month effective
5454
growth: '1st seat: ₹27,000, \n 2nd seat: ₹13,500',
55-
business: '1st seat: ₹45,900, Seats 2-5: ₹25,650*',
55+
business: '1st seat: ₹45,900, \n Seats 2-5: ₹25,650*',
5656
enterprise: 'Custom'
5757
}
5858
}

0 commit comments

Comments
 (0)