Challenge card styling

This commit is contained in:
Ian Philips 2022-08-01 12:14:37 -06:00
parent 89e8f7a4dd
commit 658b4638dd

View File

@ -148,7 +148,7 @@ export function getHtml(parsedReq: ParsedRequest) {
<div class="flex flex-row justify-between gap-12 pt-36">
<div class="flex flex-col text-gray-900 text-6xl">
${challengeAmount ? '\u2694' + ' Bet against me on:' + '\u2694' : ''}
${challengeAmount ? '⚔' + ' Bet against me on:' + '⚔' : ''}
<div class="text-indigo-700 leading-tight">
${truncatedQuestion}
</div>