feat: add empty state to events grid when no events exist
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
@@ -7,7 +7,7 @@ export const Route = createFileRoute('/_workbenchLayout/events')({
|
||||
|
||||
function RouteComponent() {
|
||||
return (
|
||||
<div className="py-4 px-6 md:gap-6 md:py-6">
|
||||
<div className="py-4 px-6 md:gap-6 md:py-6 h-full">
|
||||
<EventGridContainer />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user