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" > -