Skip to content

Commit e44a2c7

Browse files
committed
chore: update price as per usd change
1 parent d9d687f commit e44a2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/web/src/app/(main)/(landing)/pricing

apps/web/src/app/(main)/(landing)/pricing/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ const SecondaryPricingCard = ({
526526
</h2>
527527
</div>
528528
<div className="flex items-center gap-3 mt-3 flex-wrap">
529-
<p className="text-lg text-white-400">(~ ₹4,410 INR)</p>
529+
<p className="text-lg text-white-400">(~ ₹4,444 INR)</p>
530530
<span className="px-3 py-1 bg-green-500/20 border border-green-500/50 rounded-full text-green-400 text-sm font-medium">
531531
Discounted till {discountEndDate}
532532
</span>

0 commit comments

Comments
 (0)