chore: add statistics view

This commit is contained in:
Steven
2024-01-03 08:22:32 +08:00
parent 138b69e36e
commit 914c0620c4
10 changed files with 98 additions and 260 deletions

View File

@ -26,7 +26,7 @@ const HomeSidebarDrawer = () => {
<Icon.Search className="w-5 h-auto dark:text-gray-200" />
</IconButton>
<Drawer anchor="right" size="sm" open={open} onClose={toggleDrawer(false)}>
<div className="w-full px-4">
<div className="w-full px-1">
<HomeSidebar />
</div>
</Drawer>