From 3f56f788d1deb60447589bc34f3376f3ebe81ec5 Mon Sep 17 00:00:00 2001 From: Hai Nguyen <2nguyen.work@gmail.com> Date: Tue, 18 Aug 2026 18:07:17 +0700 Subject: [PATCH] feat: update UI --- src/pages/Dashboard/DashboardPage.jsx | 34 +++++++++++++++++++++------ 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/pages/Dashboard/DashboardPage.jsx b/src/pages/Dashboard/DashboardPage.jsx index 88e6aad..e0a631a 100644 --- a/src/pages/Dashboard/DashboardPage.jsx +++ b/src/pages/Dashboard/DashboardPage.jsx @@ -1,6 +1,11 @@ import PageHeader from '../../components/PageHeader.jsx'; import StatGrid from '../../components/StatGrid.jsx'; -import { Label, SearchField } from '@heroui/react'; +import { Typography, SearchField, Separator } from '@heroui/react'; +import { + BellIcon, + QuestionMarkCircleIcon, + UserCircleIcon +} from '@heroicons/react/16/solid'; const stats = [ { label: 'Khoa hoc dang mo', value: '24' }, @@ -12,22 +17,37 @@ const stats = [ function DashboardPage() { return ( <> - -
+ /> */} +
- - - + +
+ + + +
+
+ +
+ + Course + + + Manage and organize your learning content. +