diff --git a/frontend/src/components/AccountsOverview.tsx b/frontend/src/components/AccountsOverview.tsx index 07ea005..d0112d1 100644 --- a/frontend/src/components/AccountsOverview.tsx +++ b/frontend/src/components/AccountsOverview.tsx @@ -23,6 +23,7 @@ import { import { Button } from "./ui/button"; import { Alert, AlertDescription, AlertTitle } from "./ui/alert"; import AccountsSkeleton from "./AccountsSkeleton"; +import { BlurredValue } from "./ui/blurred-value"; import type { Account, Balance } from "../types/api"; // Helper function to get status indicator color and styles @@ -158,7 +159,7 @@ export default function AccountsOverview() { Total Balance
- {formatCurrency(totalBalance)}
+
- {formatCurrency(totalBalance)}
+
{accounts?.length || 0} accounts
@@ -163,7 +164,9 @@ export function AppSidebar({ ...props }: React.ComponentProps
- {formatCurrency(primaryBalance, currency)}
+