From 2607e8cc6cd2c97fb8a650d6f779d859b9bc944b Mon Sep 17 00:00:00 2001 From: robhyrk Date: Fri, 7 Nov 2025 18:31:28 -0500 Subject: [PATCH] style: update trade result ,odal --- components/markets/TradeResult.tsx | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/components/markets/TradeResult.tsx b/components/markets/TradeResult.tsx index aeb52369b..1e13bd5d9 100644 --- a/components/markets/TradeResult.tsx +++ b/components/markets/TradeResult.tsx @@ -62,13 +62,19 @@ const TradeResult = ({ : `${twitterBaseUrl}I'm using %40ZeitgeistPM to bet on "${marketQuestion}" %0A%0ACheck out the market here%3A%0A&url=${marketUrl}`; return ( -
-
You've just {type === "buy" ? "bought" : "sold"}
-
{amount?.toFixed(2)}
-
- {tokenName} Predictions - for -
+
+
+ You've just {type === "buy" ? "bought" : "sold"} +
+
+ {amount?.toFixed(2)} +
+
+ + {tokenName} + {" "} + Predictions for +
{baseTokenAmount?.toFixed(2)} {baseToken}
@@ -76,12 +82,15 @@ const TradeResult = ({ target="_blank" rel="noopener noreferrer" href={tweetUrl} - className="mb-4" + className="mb-4 transition-all hover:opacity-80" > -