From 0dc273d2380ad3632d0cd715b332edde1488aa5c Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:43:57 -0600 Subject: [PATCH] chore: remove dashboard auto-refresh footer text (refs #178) Co-Authored-By: Claude Opus 4.6 --- .../src/features/dashboard/components/DashboardScreen.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/features/dashboard/components/DashboardScreen.tsx b/frontend/src/features/dashboard/components/DashboardScreen.tsx index e9444c4..7265978 100644 --- a/frontend/src/features/dashboard/components/DashboardScreen.tsx +++ b/frontend/src/features/dashboard/components/DashboardScreen.tsx @@ -135,13 +135,6 @@ export const DashboardScreen: React.FC = ({ onViewVehicles={() => onNavigate?.('Vehicles')} /> - {/* Footer Hint */} -
-

- Dashboard updates every 2 minutes -

-
- {/* Pending Receipts Dialog */}