diff --git a/src/Routers/AppRouter.tsx b/src/Routers/AppRouter.tsx index 5461309083a..353e58054f4 100644 --- a/src/Routers/AppRouter.tsx +++ b/src/Routers/AppRouter.tsx @@ -106,24 +106,21 @@ export default function AppRouter() { )}
-
+
{shouldShowSidebar && }
- + care logo
-
+
}> {pages} diff --git a/src/components/Common/Page.tsx b/src/components/Common/Page.tsx index 0bb287d8637..a4a2ba48a3e 100644 --- a/src/components/Common/Page.tsx +++ b/src/components/Common/Page.tsx @@ -31,7 +31,7 @@ export default function Page(props: PageProps) { // }, [props.collapseSidebar]); return ( -
+
Sidebar -
{children}
+
{children}
); @@ -220,7 +220,7 @@ const Sidebar = React.forwardRef< return (
{isMobile ? ( {showIcon && ( )} diff --git a/src/pages/Facility/overview.tsx b/src/pages/Facility/overview.tsx index cf07db69e65..28c623dca3e 100644 --- a/src/pages/Facility/overview.tsx +++ b/src/pages/Facility/overview.tsx @@ -35,10 +35,10 @@ export function FacilityOverview({ facilityId }: FacilityOverviewProps) { ]; return ( -
-
+
+
{/* Welcome Header */} -
+

@@ -53,20 +53,20 @@ export function FacilityOverview({ facilityId }: FacilityOverviewProps) { {/* Quick Actions Section */}
-

+

{t("quick_actions")}

-
+
{shortcuts.map((shortcut) => ( - - -
- + + +
+