Skip to content

Commit fda6304

Browse files
committed
fix: update root pricing.html to new launch prices
1 parent e76b991 commit fda6304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pricing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h4>Connect</h4>
299299

300300
<script>
301301
let billing='monthly';
302-
const P={starter:{m:{inr:4999,usd:59},a:{inr:49990,usd:590}},pro:{m:{inr:14999,usd:179},a:{inr:149990,usd:1790}}};
302+
const P={starter:{m:{inr:1999,usd:29},a:{inr:19990,usd:290}},pro:{m:{inr:3999,usd:49},a:{inr:39990,usd:490}}};
303303
const isDom=(Intl.DateTimeFormat().resolvedOptions().timeZone||'').includes('Kolkata');
304304

305305
function toggleBilling(){setBilling(billing==='monthly'?'annual':'monthly')}

0 commit comments

Comments
 (0)