From 02e7efe30cb2053153ecf7d44a5fdb5cd809ce8d Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Mon, 2 May 2022 22:15:18 -0700 Subject: [PATCH] Don't apply Tailwind 'avatar' class in menu We don't use this class elsewhere when displaying avatars (instead our avatar has manual styles that do the stuff Tailwind is trying to do) and it just assigns a weird size that we don't want. If we want to use the Tailwind avatar styles we should refactor further. --- web/components/nav/profile-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/nav/profile-menu.tsx b/web/components/nav/profile-menu.tsx index c88e67b9..71c9fc47 100644 --- a/web/components/nav/profile-menu.tsx +++ b/web/components/nav/profile-menu.tsx @@ -28,7 +28,7 @@ export function getNavigationOptions(user?: User | null) { export function ProfileSummary(props: { user: User | undefined }) { const { user } = props return ( - +