From fbf616bfeaceee7bfd595679fe1deed4c3f145ca Mon Sep 17 00:00:00 2001 From: ingawei Date: Tue, 11 Oct 2022 22:41:25 -0700 Subject: [PATCH] deleted things --- web/components/follow-button.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/components/follow-button.tsx b/web/components/follow-button.tsx index 9b644f72..160b704d 100644 --- a/web/components/follow-button.tsx +++ b/web/components/follow-button.tsx @@ -18,9 +18,6 @@ export function FollowButton(props: { const user = useUser() - const smallStyle = - 'btn !btn-xs border-2 border-gray-500 bg-white normal-case text-gray-500 hover:border-gray-500 hover:bg-white hover:text-gray-500' - if (!user || isFollowing === undefined) return (