mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
refactor widget
This commit is contained in:
parent
3fa72e48cc
commit
b77909a360
18 changed files with 510 additions and 529 deletions
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>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue