From 7c584ac009ad34a3ffb56a393c2348cb8c3f0ff3 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Fri, 16 Sep 2022 15:21:05 -0500 Subject: [PATCH] Remove Home title --- web/pages/experimental/home/index.tsx | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/web/pages/experimental/home/index.tsx b/web/pages/experimental/home/index.tsx index 502c9949..1e63c30a 100644 --- a/web/pages/experimental/home/index.tsx +++ b/web/pages/experimental/home/index.tsx @@ -27,7 +27,6 @@ import { } from 'web/hooks/use-group' import { Button } from 'web/components/button' import { getHomeItems } from '../../../components/arrange-home' -import { Title } from 'web/components/title' import { Row } from 'web/components/layout/row' import { ProbChangeTable } from 'web/components/contract/prob-change-table' import { @@ -75,12 +74,6 @@ export default function Home() { - - - - </Row> - </Row> - <Row className={'mb-2 w-full items-center gap-8'}> <SearchRow /> <DailyStats className="" user={user} /> @@ -225,18 +218,6 @@ function DailyMoversSection(props: { userId: string | null | undefined }) { ) } -function EditButton(props: { className?: string }) { - const { className } = props - - return ( - <SiteLink href="/experimental/home/edit"> - <Button size="sm" color="gray-white" className={clsx(className, 'flex')}> - <AdjustmentsIcon className={clsx('h-[24px] w-5')} aria-hidden="true" /> - </Button> - </SiteLink> - ) -} - function SearchRow() { return ( <SiteLink href="/search" className="flex-1 hover:no-underline">