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