Skip to content

Commit

Permalink
Add price to pro upgrade modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Sep 25, 2024
1 parent dbcf3df commit 7a6d1bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/src/components/Pro/ExtendButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ const ExtendButton: FC<ExtendButtonProps> = ({ size = "lg" }) => {
</b>
</div>
)}
<div className="text-sm">
Price: <b>{MONTHLY_PRO_PRICE * months} POL (MATIC)</b>
</div>
</div>
<RangeSlider
displayValue={months.toString()}
Expand Down

0 comments on commit 7a6d1bf

Please sign in to comment.