From 53d0244c88daeef8a408157b8c49e1ccca51b637 Mon Sep 17 00:00:00 2001 From: gimenes Date: Mon, 27 Jul 2026 17:39:59 -0300 Subject: [PATCH] fix(web): move credits chip to top of sidebar footer Renders the credits indicator above "Invite members" in both the collapsed and expanded sidebar footer layouts. Co-Authored-By: Claude Opus 5 (1M context) --- apps/web/src/components/sidebar/footer/sidebar-footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/sidebar/footer/sidebar-footer.tsx b/apps/web/src/components/sidebar/footer/sidebar-footer.tsx index 3fe5d07c16..a57e0df359 100644 --- a/apps/web/src/components/sidebar/footer/sidebar-footer.tsx +++ b/apps/web/src/components/sidebar/footer/sidebar-footer.tsx @@ -148,12 +148,12 @@ export function SidebarAccountFooter() { if (isCollapsed) { return ( + {showCredits && } {reportsOnly ? ( ) : ( )} - {showCredits && }
@@ -173,8 +173,8 @@ export function SidebarAccountFooter() { return ( - {reportsOnly ? : } {showCredits && } + {reportsOnly ? : }