From 426d41ba4451e022848dffe56d0f3e55af33aaa6 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 3 Feb 2022 11:00:49 -0800 Subject: [PATCH] Surface a list of tags on /home --- web/pages/home.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/web/pages/home.tsx b/web/pages/home.tsx index 840e1746..c100fb42 100644 --- a/web/pages/home.tsx +++ b/web/pages/home.tsx @@ -16,6 +16,8 @@ import { Spacer } from '../components/layout/spacer' import { Col } from '../components/layout/col' import { useUser } from '../hooks/use-user' import { useContracts } from '../hooks/use-contracts' +import { FoldTag, TagsList } from '../components/tags-list' +import { Row } from '../components/layout/row' export async function getStaticProps() { const [contracts, recentComments, recentBets] = await Promise.all([ @@ -77,6 +79,20 @@ const Home = (props: { + + + +