diff --git a/apps/fabro-web/app/routes.ts b/apps/fabro-web/app/routes.ts index 8759b626f..780553f0b 100644 --- a/apps/fabro-web/app/routes.ts +++ b/apps/fabro-web/app/routes.ts @@ -25,7 +25,7 @@ export default [ route("runs/:id", "routes/run-detail.tsx", [ index("routes/run-overview.tsx"), route("stages/:stageId", "routes/run-stages.tsx"), - route("configuration", "routes/run-configuration.tsx"), + route("settings", "routes/run-settings.tsx"), route("graph", "routes/run-graph.tsx"), route("files", "routes/run-files.tsx"), route("verification", "routes/run-verification.tsx"), diff --git a/apps/fabro-web/app/routes/run-graph.tsx b/apps/fabro-web/app/routes/run-graph.tsx index ceab91895..9ad786fc4 100644 --- a/apps/fabro-web/app/routes/run-graph.tsx +++ b/apps/fabro-web/app/routes/run-graph.tsx @@ -305,11 +305,11 @@ export default function RunGraph({ loaderData }: Route.ComponentProps) {