diff --git a/web/components/feed-create.tsx b/web/components/feed-create.tsx index c7c0c1a4..7ca2823b 100644 --- a/web/components/feed-create.tsx +++ b/web/components/feed-create.tsx @@ -7,7 +7,6 @@ import { NewContract } from '../pages/create' import { firebaseLogin, User } from '../lib/firebase/users' import { ContractsGrid } from './contracts-list' import { Contract } from '../../common/contract' -import { TagsList } from './tags-list' import { Col } from './layout/col' import clsx from 'clsx' @@ -16,7 +15,7 @@ export function FeedPromo(props: { hotContracts: Contract[] }) { return ( <> - +

Create your own
@@ -41,12 +40,13 @@ export function FeedPromo(props: { hotContracts: Contract[] }) { - + {/* - + */} + +
{user?.avatarUrl ? (