mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
refactor widget
This commit is contained in:
8
src/widgets/glances/components/container.jsx
Normal file
8
src/widgets/glances/components/container.jsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function Container({ children }) {
|
||||
return (
|
||||
<div>
|
||||
{children}
|
||||
<div className="h-[68px] overflow-clip" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user