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 (