diff --git a/app/(admin)/admin/dashboard/page.tsx b/app/(admin)/admin/dashboard/page.tsx
index 7f3d529..b1cecd4 100644
--- a/app/(admin)/admin/dashboard/page.tsx
+++ b/app/(admin)/admin/dashboard/page.tsx
@@ -1,11 +1,11 @@
import DashboardContainer from "@/components/main/dashboard/dashboard-container";
export default function AdminPage() {
- return (
-
- )
-}
\ No newline at end of file
+ return (
+
+ );
+}
diff --git a/components/main/dashboard/dashboard-container.tsx b/components/main/dashboard/dashboard-container.tsx
index 0d09829..a86382a 100644
--- a/components/main/dashboard/dashboard-container.tsx
+++ b/components/main/dashboard/dashboard-container.tsx
@@ -1,5 +1,14 @@
-'use client'
-import { DashboardBookmarkIcon, DashboardBriefcaseIcon, DashboardConnectIcon, DashboardMailboxIcon, DashboardRightDownPointIcon, DashboardSpeecIcon, DashboardTopLeftPointIcon, DashboardUserIcon } from "@/components/icons/dashboard-icon";
+"use client";
+import {
+ DashboardBookmarkIcon,
+ DashboardBriefcaseIcon,
+ DashboardConnectIcon,
+ DashboardMailboxIcon,
+ DashboardRightDownPointIcon,
+ DashboardSpeecIcon,
+ DashboardTopLeftPointIcon,
+ DashboardUserIcon,
+} from "@/components/icons/dashboard-icon";
import { Submenu1Icon } from "@/components/icons/sidebar-icon";
import { Button, Select, SelectItem, SelectSection } from "@nextui-org/react";
import ApexChartColumn from "./chart/column-chart";
@@ -7,170 +16,202 @@ import ApexChartDonut from "./chart/donut-chart";
import ApexChartLineArea from "./chart/line-area-chart";
export default function DashboardContainer() {
- return (
-
-
-
-
-
-
-
Revenue Update
- Overview of Profit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
$63,489.50
-
Total Earnings
-
-
-
-
-
-
Earning this month
-
$48,820
-
-
-
-
-
-
Expense this month
-
$26,498
-
-
-
-
-
-
-
-
-
-
Yearly Breakup
-
-
-
-
-
-
-
-
-
-
-
-
-
bawah
+ return (
+
+
+
- )
-}
\ No newline at end of file
+
+
+
+
+ Revenue Update
+
+ Overview of Profit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
$63,489.50
+
Total Earnings
+
+
+
+
+
+
Earning this month
+
$48,820
+
+
+
+
+
+
Expense this month
+
$26,498
+
+
+
+
+
+
+
+
+
+
Yearly Breakup
+
+
+
+
+
+
+
+
+
+
+
+ Monthly Earning
+
+ $
+
+
+
+
+
+
+
+
+
+
+ );
+}