diff --git a/web/pages/home.tsx b/web/pages/home.tsx index 2eee39d3..b464e6eb 100644 --- a/web/pages/home.tsx +++ b/web/pages/home.tsx @@ -18,6 +18,9 @@ import { filterDefined } from '../../common/util/array' import { useUserBets } from '../hooks/use-user-bets' import { LoadingIndicator } from '../components/loading-indicator' import { FoldTagList } from '../components/tags-list' +import { SearchIcon } from '@heroicons/react/outline' +import { Row } from '../components/layout/row' +import { SparklesIcon } from '@heroicons/react/solid' export async function getStaticProps() { const [contracts, folds] = await Promise.all([ @@ -123,7 +126,10 @@ const Home = (props: { contracts: Contract[]; folds: Fold[] }) => { -
Communities
+ + { }, ]} /> - + + + {activeContracts ? (