diff --git a/src/components/application/app-navigation/base-components/nav-account-card.tsx b/src/components/application/app-navigation/base-components/nav-account-card.tsx index 7da65a7..9f84595 100644 --- a/src/components/application/app-navigation/base-components/nav-account-card.tsx +++ b/src/components/application/app-navigation/base-components/nav-account-card.tsx @@ -69,12 +69,11 @@ export const NavAccountMenu = ({ {({ close }) => ( <> -
+
@@ -105,17 +104,17 @@ const NavAccountCardMenuItem = ({ @@ -146,7 +145,7 @@ export const NavAccountCard = ({ } return ( -
+
{children} diff --git a/src/components/base/avatar/avatar-label-group.tsx b/src/components/base/avatar/avatar-label-group.tsx index 250f43f..f9792e7 100644 --- a/src/components/base/avatar/avatar-label-group.tsx +++ b/src/components/base/avatar/avatar-label-group.tsx @@ -20,8 +20,8 @@ export const AvatarLabelGroup = ({ title, subtitle, className, ...props }: Avata
-

{title}

-

{subtitle}

+

{title}

+

{subtitle}

); diff --git a/src/components/layout/sidebar.tsx b/src/components/layout/sidebar.tsx index 8d138e4..82f5be0 100644 --- a/src/components/layout/sidebar.tsx +++ b/src/components/layout/sidebar.tsx @@ -151,9 +151,9 @@ export const Sidebar = ({ activeUrl = "/" }: SidebarProps) => { const content = (