From 03e5a415ddc51385e10b040c4bcabdc679c97c06 Mon Sep 17 00:00:00 2001 From: Othella <103633+Othella@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:42:36 +0100 Subject: [PATCH] Fixed Sign out button full width in sidenav (#365) * Fixed Sign out button with on sidenav * Fix button width for final-example --------- Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> Co-authored-by: Delba de Oliveira --- dashboard/final-example/app/ui/dashboard/sidenav.tsx | 2 +- dashboard/starter-example/app/ui/dashboard/sidenav.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/final-example/app/ui/dashboard/sidenav.tsx b/dashboard/final-example/app/ui/dashboard/sidenav.tsx index 1ad2ae2..9e157d2 100644 --- a/dashboard/final-example/app/ui/dashboard/sidenav.tsx +++ b/dashboard/final-example/app/ui/dashboard/sidenav.tsx @@ -24,7 +24,7 @@ export default function SideNav() { await signOut(); }} > - diff --git a/dashboard/starter-example/app/ui/dashboard/sidenav.tsx b/dashboard/starter-example/app/ui/dashboard/sidenav.tsx index 006d1ac..3d55b46 100644 --- a/dashboard/starter-example/app/ui/dashboard/sidenav.tsx +++ b/dashboard/starter-example/app/ui/dashboard/sidenav.tsx @@ -18,7 +18,7 @@ export default function SideNav() {
-