From 95268844aab5324c718d0e7cf2758c27bd5da487 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Wed, 2 Feb 2022 14:20:02 -0600 Subject: [PATCH] Add text to fold "about" explaining how markets are included. --- web/pages/fold/[...slugs]/index.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 /> )