From b47e4364ad89ebdc11eecd7b256e2cbd99ce9903 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sun, 8 May 2022 22:53:02 -0400 Subject: [PATCH] Remove circle around markets/comments count --- web/components/user-page.tsx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index 0f033ce3..24d58081 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -203,12 +203,7 @@ export function UserPage(props: { title: 'Markets', content: , tabIcon: ( -
9 ? 'px-1' : 'px-1.5', - 'items-center rounded-full border-2 border-current py-0.5 text-xs' - )} - > +
{usersContracts.length}
), @@ -222,14 +217,7 @@ export function UserPage(props: { /> ), tabIcon: ( -
9 ? 'px-1' : 'px-1.5', - 'items-center rounded-full border-2 border-current py-0.5 text-xs' - )} - > - {usersComments.length} -
+
{usersComments.length}
), }, ]}