chore: remove dashboard auto-refresh footer text (refs #178)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -135,13 +135,6 @@ export const DashboardScreen: React.FC<DashboardScreenProps> = ({
|
|||||||
onViewVehicles={() => onNavigate?.('Vehicles')}
|
onViewVehicles={() => onNavigate?.('Vehicles')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Footer Hint */}
|
|
||||||
<div className="text-center py-4">
|
|
||||||
<p className="text-xs text-slate-400 dark:text-canna">
|
|
||||||
Dashboard updates every 2 minutes
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Pending Receipts Dialog */}
|
{/* Pending Receipts Dialog */}
|
||||||
<Dialog
|
<Dialog
|
||||||
open={showPendingReceipts}
|
open={showPendingReceipts}
|
||||||
|
|||||||
Reference in New Issue
Block a user