From 52e60b99dd1fe30f0ddff1733aabc9583661f5de Mon Sep 17 00:00:00 2001 From: seriouselly Date: Tue, 16 Jun 2026 02:10:32 +0700 Subject: [PATCH] Revert "refactor(ui): remove local image assets and use external URLs" This reverts commit e19321a2b74e4029be16a0efef2b2b9a916d2a20. --- apps/web/src/pages/dashboard-page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/src/pages/dashboard-page.tsx b/apps/web/src/pages/dashboard-page.tsx index 37f5228..ebe71ea 100644 --- a/apps/web/src/pages/dashboard-page.tsx +++ b/apps/web/src/pages/dashboard-page.tsx @@ -6,6 +6,7 @@ import { Button } from "@/components/ui/button"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { useUiStore } from "@/store/ui-store"; import { apiClient } from "@/lib/api-client"; +import bg from "@/assets/images/dashboard-bg.webp"; export function DashboardPage() { const { dashboardCompact } = useUiStore(); @@ -73,7 +74,7 @@ export function DashboardPage() { {/* Hero header */}