From 0475dab55965b0b889eb2e554653dd0e41dc1ff0 Mon Sep 17 00:00:00 2001 From: ngc2207 Date: Tue, 4 Feb 2025 15:09:32 +0800 Subject: [PATCH] feat(nav-user, sidebar): update icon components to use consistent sizing --- src/components/nav-user.tsx | 10 +++++----- src/components/ui/sidebar.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/nav-user.tsx b/src/components/nav-user.tsx index f805f75..da85ae9 100644 --- a/src/components/nav-user.tsx +++ b/src/components/nav-user.tsx @@ -93,28 +93,28 @@ export function NavUser() { - + Upgrade to Pro - + Account - + Billing - + Notifications logout()}> - + Log out diff --git a/src/components/ui/sidebar.tsx b/src/components/ui/sidebar.tsx index 1f54110..f8c478d 100644 --- a/src/components/ui/sidebar.tsx +++ b/src/components/ui/sidebar.tsx @@ -278,7 +278,7 @@ const SidebarTrigger = React.forwardRef< }} {...props} > - + Toggle Sidebar );