fix margins, teams button, and remove boards
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run

This commit is contained in:
Francis Cao 2025-09-16 13:31:21 -07:00
parent cfd49e1742
commit 28ba2a1666
8 changed files with 7 additions and 24 deletions

View file

@ -33,10 +33,6 @@ export function TeamsButton({ showText = true, onAction }: TeamsButtonProps) {
return <Loading icon="dots" size="sm" placement="center" />;
}
if (!data?.count) {
return null;
}
return (
<MenuTrigger>
<Pressable>