diff --git a/web/components/feed-create.tsx b/web/components/feed-create.tsx index 1b1d3504..2fbc6148 100644 --- a/web/components/feed-create.tsx +++ b/web/components/feed-create.tsx @@ -11,25 +11,27 @@ import { ContractsGrid } from './contracts-list' import { SiteLink } from './site-link' export function FeedPromo() { - // TODO: Encode in statc props + // TODO: Encode in static props const hotContracts = useHotContracts() return ( <>
<div className="text-gray-500 mb-4"> + On Manifold Markets, you can find prediction markets run by your + favorite creators. + <br /> <button className="bg-gradient-to-r gradient-to-r from-teal-500 to-green-500 text-transparent bg-clip-text hover:underline hover:decoration-gray-300 hover:decoration-2" onClick={firebaseLogin} > - Sign up for free + Sign up to get M$ 1000 for free </button>{' '} - to trade in any prediction market. Don't see a market you like? Create - your own in two minutes! + and start trading! <br /> </div>