Commit b9b84d7b by Arjun Jhukal

updated the minor changes

parent b666ed0e
......@@ -45,7 +45,7 @@ export default function CheckoutPage({ amount, slug, bonus }: {
<span className='text-[12px]'>Gold Coins</span>
</div>
<p>
<strong className='text-[16px] block'>{amount ? amount * 10 : ""}</strong>
<strong className='text-[16px] block'>{amount ? amount * 100 : ""}</strong>
</p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment