diff --git a/web/pages/fold/[...slugs]/index.tsx b/web/pages/fold/[...slugs]/index.tsx index 2776f6c8..8346f245 100644 --- a/web/pages/fold/[...slugs]/index.tsx +++ b/web/pages/fold/[...slugs]/index.tsx @@ -324,9 +324,13 @@ function FoldOverview(props: { fold: Fold; curator: User }) { )} - +
- `#${tag}`)} /> +
+ Includes markets matching any of these tags: +
+ + `#${tag}`)} noLabel /> )