Linkify answer text on activity feed
This commit is contained in:
parent
f8c4bfe5de
commit
f657ba1ef7
|
@ -209,7 +209,7 @@ function FeedBet(props: {
|
|||
<div className={clsx('min-w-0 flex-1 pb-1.5', !answer && 'pt-1.5')}>
|
||||
{answer && (
|
||||
<div className="text-neutral mb-2" style={{ fontSize: 15 }}>
|
||||
{answer.text}
|
||||
<Linkify text={answer.text} />
|
||||
</div>
|
||||
)}
|
||||
<div className="text-sm text-gray-500">
|
||||
|
|
Loading…
Reference in New Issue
Block a user