Linkify answer text on activity feed

This commit is contained in:
James Grugett 2022-03-11 11:13:16 -06:00
parent f8c4bfe5de
commit f657ba1ef7

View File

@ -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">