Challenge card styling

This commit is contained in:
Ian Philips 2022-08-01 12:43:22 -06:00
parent 658b4638dd
commit f334fce798

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 ? '⚔' + ' Bet against me on:' + '⚔' : ''}
${challengeAmount ? 'Bet against me on:' : ''}
<div class="text-indigo-700 leading-tight">
${truncatedQuestion}
</div>