diff --git a/web/components/feed-create.tsx b/web/components/feed-create.tsx index 3f9fa686..0dae424f 100644 --- a/web/components/feed-create.tsx +++ b/web/components/feed-create.tsx @@ -7,44 +7,52 @@ import { ContractsGrid } from './contracts-list' import { Contract } from '../../common/contract' import { Col } from './layout/col' import clsx from 'clsx' +import { SparklesIcon } from '@heroicons/react/solid' +import { Row } from './layout/row' export function FeedPromo(props: { hotContracts: Contract[] }) { const { hotContracts } = props return ( <> -