diff --git a/app/sites/[id]/journeys/page.tsx b/app/sites/[id]/journeys/page.tsx index f1ddb9d..ec3c042 100644 --- a/app/sites/[id]/journeys/page.tsx +++ b/app/sites/[id]/journeys/page.tsx @@ -16,7 +16,7 @@ import { useJourneyEntryPoints, } from '@/lib/swr/dashboard' -const DEFAULT_DEPTH = 10 +const DEFAULT_DEPTH = 4 function getThisWeekRange(): { start: string; end: string } { const today = new Date() @@ -148,12 +148,12 @@ export default function JourneysPage() { {depth} steps deep - 10 steps + 5 steps setDepth(parseInt(e.target.value))}