mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
Update container.jsx
This commit is contained in:
parent
ec25267235
commit
d87c5e100d
@ -33,5 +33,5 @@ export default function Container({ error = false, children, service }) {
|
|||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div className="relative flex flex-row w-full">{visibleChildren.slice(0, 4)}</div>;
|
return <div className="relative flex flex-row w-full">{visibleChildren?.slice(0, 4)}</div>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user