Challenge card styling
This commit is contained in:
parent
89e8f7a4dd
commit
658b4638dd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user