diff --git a/src/components/dashboard/DashboardSkeleton.tsx b/src/components/dashboard/DashboardSkeleton.tsx index 3d0836b..a9cc827 100644 --- a/src/components/dashboard/DashboardSkeleton.tsx +++ b/src/components/dashboard/DashboardSkeleton.tsx @@ -17,22 +17,22 @@ function SkeletonStatCard() { export function DashboardSkeleton() { return ( -
+
{/* Summary cards skeleton */} -
+
{/* 3-column chart area skeleton */} -
+
- + @@ -40,7 +40,7 @@ export function DashboardSkeleton() { - + @@ -48,7 +48,7 @@ export function DashboardSkeleton() { - +
@@ -56,12 +56,12 @@ export function DashboardSkeleton() { {/* Collapsible sections skeleton */}
{[1, 2, 3].map((i) => ( -
+
- - + +
diff --git a/src/components/shared/PageShell.tsx b/src/components/shared/PageShell.tsx index 32907a1..8eade6e 100644 --- a/src/components/shared/PageShell.tsx +++ b/src/components/shared/PageShell.tsx @@ -12,7 +12,7 @@ export function PageShell({ children, }: PageShellProps) { return ( -
+

{title}