diff --git a/web/components/tags-input.tsx b/web/components/tags-input.tsx
index 24b4a20c..1e1678dc 100644
--- a/web/components/tags-input.tsx
+++ b/web/components/tags-input.tsx
@@ -27,7 +27,7 @@ export function TagsInput(props: { contract: Contract; className?: string }) {
return (
-
`#${tag}`)} />
+
{!noLabel && Tags
}
{tags.map((tag) => (
-
+
))}
)
diff --git a/web/pages/fold/[...slugs]/index.tsx b/web/pages/fold/[...slugs]/index.tsx
index e93bdbbb..f43f847a 100644
--- a/web/pages/fold/[...slugs]/index.tsx
+++ b/web/pages/fold/[...slugs]/index.tsx
@@ -341,7 +341,7 @@ function FoldOverview(props: { fold: Fold; curator: User }) {
Includes markets matching any of these tags:
-