diff --git a/web/components/contracts-list.tsx b/web/components/contracts-list.tsx index 107b5f87..a3a3bbc8 100644 --- a/web/components/contracts-list.tsx +++ b/web/components/contracts-list.tsx @@ -33,14 +33,8 @@ export function ContractsGrid(props: { if (contracts.length === 0) { return ( -

- No markets found. Would you like to{' '} - - - create one - - - ? +

+ No markets found. Why not create one?

) } diff --git a/web/components/feed-create.tsx b/web/components/feed-create.tsx index 476324d6..6b3065b0 100644 --- a/web/components/feed-create.tsx +++ b/web/components/feed-create.tsx @@ -81,7 +81,7 @@ export default function FeedCreate(props: { return (
inputRef.current?.focus()} >
diff --git a/web/pages/fold/[...slugs]/index.tsx b/web/pages/fold/[...slugs]/index.tsx index 5820e2de..8ddc4bca 100644 --- a/web/pages/fold/[...slugs]/index.tsx +++ b/web/pages/fold/[...slugs]/index.tsx @@ -222,7 +222,7 @@ export default function FoldPage(props: { {user !== null && (