default cursor on open answer

This commit is contained in:
Ian Philips 2022-10-13 08:04:01 -06:00
parent 9bf82c6082
commit e7ba7e715f

View File

@ -227,10 +227,7 @@ function OpenAnswer(props: {
username={username}
avatarUrl={avatarUrl}
/>
<Linkify
className="text-md cursor-pointer whitespace-pre-line"
text={text}
/>
<Linkify className="text-md whitespace-pre-line" text={text} />
</Row>
<Row className="gap-2">
<div className="my-auto text-xl">{probPercent}</div>