- ${challengeAmount ? '⚔️️' + ' Bet against me ' + '⚔️️' : ''}
+ ${challengeAmount ? '\u2694' + ' Bet against me on:' + '\u2694' : ''}
${truncatedQuestion}
diff --git a/web/pages/challenges/[username]/[contractSlug]/[challengeSlug].tsx b/web/pages/challenges/[username]/[contractSlug]/[challengeSlug].tsx
index 2ee7c3ef..acf8358c 100644
--- a/web/pages/challenges/[username]/[contractSlug]/[challengeSlug].tsx
+++ b/web/pages/challenges/[username]/[contractSlug]/[challengeSlug].tsx
@@ -137,22 +137,18 @@ export default function ChallengePage(props: {
}
const userRow = (challenger: User) => (
-
- ${'⚔️️' + ' Bet against me ' + '⚔️️'}
-
{'Will there be a new doctrowho sad'}
-
- //
- //
- //
- //
+
+
+
+
)
function ClosedChallengeContent(props: {