diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index 079862d..1598cea 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -9,7 +9,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Badge } from '@/components/ui/badge' import { formatDateRange } from '$lib/time' - import { Calendar, Users, Clock, MapPin, Route, UsersRound } from 'lucide-svelte' + import { Calendar, Users, Clock, MapPin } from 'lucide-svelte' const teams = getTeamContext() const events = getEventContext() @@ -81,33 +81,6 @@ -
{eventRuns} Run{eventRuns === 1 ? '' : 's'}
- -{eventRuns} Run{eventRuns === 1 ? '' : 's'}
+