diff --git a/src/app/token/page.tsx b/src/app/token/page.tsx index 93e2d29a..1a40ed06 100644 --- a/src/app/token/page.tsx +++ b/src/app/token/page.tsx @@ -75,6 +75,14 @@ export default function TokenPage() { })}{" "} PLOT + {tokenInfo?.price && parseFloat(formattedBalance) > 0 && ( +
+ ${(parseFloat(formattedBalance) * tokenInfo.price).toLocaleString(undefined, { + minimumFractionDigits: 2, + maximumFractionDigits: 2, + })} USD +
+ )} )} @@ -107,31 +115,6 @@ export default function TokenPage() { {/* Swap Interface */} - {/* How to Get PLOT */} -
-

How to Get PLOT

-
-
- -

- Buy via Mint Club — purchase PLOT on the bonding curve using HUNT tokens. -

-
-
- -

- Sell story tokens — selling any storyline token returns PLOT to your wallet. -

-
-
- -

- Use the Zap — buy story tokens with ETH or HUNT and the zap contract handles PLOT conversion automatically. -

-
-
-
- {/* Token Information */}

Token Information