diff --git a/web/components/edit-fold-button.tsx b/web/components/edit-fold-button.tsx index 3f41b6fe..246c19b6 100644 --- a/web/components/edit-fold-button.tsx +++ b/web/components/edit-fold-button.tsx @@ -105,7 +105,7 @@ export function EditFoldButton(props: { fold: Fold; className?: string }) { - `#${tag}`)} noLink noLabel /> +
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:
- `#${tag}`)} noLabel /> + )