From 8b4bd644218cd5026b9822ef0d5ebcada4135068 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 4 Aug 2022 11:05:47 -0600 Subject: [PATCH] Fix spacing --- web/pages/challenges/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/pages/challenges/index.tsx b/web/pages/challenges/index.tsx index 72dccf01..e765bb3b 100644 --- a/web/pages/challenges/index.tsx +++ b/web/pages/challenges/index.tsx @@ -23,8 +23,6 @@ import { UserLink } from 'web/components/user-page' import { Avatar } from 'web/components/avatar' import Router from 'next/router' import { contractPathWithoutContract } from 'web/lib/firebase/contracts' -import { CopyLinkButton } from 'web/components/copy-link-button' -import { ShareIconButton } from 'web/components/share-icon-button' import { Button } from 'web/components/button' import { ClipboardCopyIcon } from '@heroicons/react/outline' import { copyToClipboard } from 'web/lib/util/copy' @@ -119,7 +117,7 @@ function YourLinkSummaryRow(props: { challenge: Challenge }) {