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 (