diff --git a/og-image/api/_lib/template.ts b/og-image/api/_lib/template.ts index f99689e0..afa80f2f 100644 --- a/og-image/api/_lib/template.ts +++ b/og-image/api/_lib/template.ts @@ -148,7 +148,7 @@ export function getHtml(parsedReq: ParsedRequest) {
- ${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: {