- Refactored Dashboard layout

- enhanced PlatesProcessed component display
This commit is contained in:
2026-01-09 08:50:03 +00:00
parent 97818ca8d9
commit 8d44444c4d
4 changed files with 23 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ const Dashboard = () => {
return (
<div>
<SystemOverview />
<div className="grid grid-cols-1 md:grid-cols-12 gap-2 md:gap-5">
<div className="grid grid-cols-1 md:grid-cols-12 gap-2 md:gap-5 mt-4">
<div className="col-span-7">
<VideoFeed mostRecentSighting={mostRecent} isLoading={isLoading} size={size} />
<PlateRead sighting={mostRecent} />