diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 841f382..9f19cb0 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -31,7 +31,7 @@ export default function Dashboard() { return (
- + {/* Header */}

Dashboard

@@ -39,7 +39,7 @@ export default function Dashboard() {

- + {/* Stats Grid */}
{[ { label: 'PED/hour', value: stats.pedPerHour.toFixed(2), icon: , color: '#fbbf24' }, @@ -71,7 +71,7 @@ export default function Dashboard() { ))}
- + {/* Quick Actions */}

- + {/* Recent Activity */}