Add text to fold "about" explaining how markets are included.
This commit is contained in:
parent
6ad40cf75d
commit
95268844aa
|
@ -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>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user