diff --git a/client/src/pages/DashboardPage.tsx b/client/src/pages/DashboardPage.tsx index 1cab4024..830dae12 100644 --- a/client/src/pages/DashboardPage.tsx +++ b/client/src/pages/DashboardPage.tsx @@ -15,7 +15,7 @@ import { useToast } from '../components/shared/Toast' import { Plus, Calendar, Trash2, Edit2, Map, ChevronDown, ChevronUp, Archive, ArchiveRestore, Clock, MapPin, Settings, X, ArrowRightLeft, Users, - LayoutGrid, List, Copy, Bell, CircleCheck, + LayoutGrid, List, Copy, Bell, CheckCircle2, } from 'lucide-react' import { useCanDo } from '../store/permissionsStore' @@ -316,7 +316,7 @@ function MobileTripCard({ trip, onEdit, onCopy, onDelete, onArchive, onClick, t, {status === 'ongoing' ? ( ) : status === 'past' ? ( - + ) : ( )} @@ -408,7 +408,7 @@ function TripCard({ trip, onEdit, onCopy, onDelete, onArchive, onClick, t, local {status === 'ongoing' ? ( ) : status === 'past' ? ( - + ) : ( )}