From 5cbbb55dba7b6f6336407bb4dc1469413c244bb4 Mon Sep 17 00:00:00 2001 From: jahooma Date: Sun, 19 Dec 2021 23:15:18 -0600 Subject: [PATCH] Tweak spacing --- web/components/contract-overview.tsx | 3 ++- web/components/nav-bar.tsx | 2 +- web/pages/[username]/[contractSlug].tsx | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/contract-overview.tsx b/web/components/contract-overview.tsx index 2954000c..ad105c9d 100644 --- a/web/components/contract-overview.tsx +++ b/web/components/contract-overview.tsx @@ -14,6 +14,7 @@ import { useUser } from '../hooks/use-user' import { Row } from './layout/row' import dayjs from 'dayjs' import { Linkify } from './linkify' +import clsx from 'clsx' function ContractDescription(props: { contract: Contract @@ -102,7 +103,7 @@ export const ContractOverview = (props: { }[contract.resolution || ''] return ( - +
diff --git a/web/components/nav-bar.tsx b/web/components/nav-bar.tsx index 2b8e4082..0798b29a 100644 --- a/web/components/nav-bar.tsx +++ b/web/components/nav-bar.tsx @@ -32,7 +32,7 @@ export function NavBar(props: { > diff --git a/web/pages/[username]/[contractSlug].tsx b/web/pages/[username]/[contractSlug].tsx index 57aaed2b..3bb7b5ad 100644 --- a/web/pages/[username]/[contractSlug].tsx +++ b/web/pages/[username]/[contractSlug].tsx @@ -97,7 +97,6 @@ function BetsSection(props: { contract: Contract; user: User | null }) { return (
- <MyBetsSummary contract={contract} bets={userBets} /> <Spacer h={6} />