diff --git a/og-image/api/_lib/template.ts b/og-image/api/_lib/template.ts index 9afcff28..911cc001 100644 --- a/og-image/api/_lib/template.ts +++ b/og-image/api/_lib/template.ts @@ -149,18 +149,18 @@ export function getHtml(parsedReq: ParsedRequest) {
- ${challengeAmount ? 'I challenge you:\n' : ''} + ${challengeAmount ? 'Bet against me on:' : ''} ${truncatedQuestion}
-
${ +
${ challengeAmount ? 'M$' + challengeAmount : probability }
${challengeOutcome ? 'on' : ''}
-
${challengeOutcome ?? ''}
+
${challengeOutcome ?? ''}
${ probability !== '' ? 'chance' : ''