Add text to fold "about" explaining how markets are included.

This commit is contained in:
James Grugett 2022-02-02 14:20:02 -06:00
parent 6ad40cf75d
commit 95268844aa

View File

@ -324,9 +324,13 @@ function FoldOverview(props: { fold: Fold; curator: User }) {
</>
)}
<Spacer h={2} />
<div className="divider" />
<TagsList tags={tags.map((tag) => `#${tag}`)} />
<div className="text-gray-500 mb-2">
Includes markets matching any of these tags:
</div>
<TagsList tags={tags.map((tag) => `#${tag}`)} noLabel />
</Col>
</Col>
)