From 66844a56e91c7c84b80d1c31604872237c6ed735 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Wed, 15 Apr 2026 11:29:03 +0300 Subject: [PATCH] fix: use Database icon for Local Archives stat card - Changed from Archive to Database icon - Better semantic representation of database backups - Improves UI clarity and consistency Co-Authored-By: Claude Haiku 4.5 --- frontend/app/admin/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/app/admin/page.tsx b/frontend/app/admin/page.tsx index 1f56e0f2..8428541a 100644 --- a/frontend/app/admin/page.tsx +++ b/frontend/app/admin/page.tsx @@ -30,8 +30,7 @@ import { Database, Layers, X, - ChevronDown, - Archive + ChevronDown } from 'lucide-react'; import { toast } from 'react-hot-toast'; import { cn } from '@/lib/utils'; @@ -761,7 +760,7 @@ export default function AdminPage() {
- +