diff --git a/skyvern-frontend/src/router.tsx b/skyvern-frontend/src/router.tsx index e55a9d02..ea9179aa 100644 --- a/skyvern-frontend/src/router.tsx +++ b/skyvern-frontend/src/router.tsx @@ -51,7 +51,7 @@ const router = createBrowserRouter([ element: , }, { - path: "artifacts", + path: "diagnostics", element: , }, ], diff --git a/skyvern-frontend/src/routes/tasks/detail/TaskDetails.tsx b/skyvern-frontend/src/routes/tasks/detail/TaskDetails.tsx index ff4a5b1f..60f22955 100644 --- a/skyvern-frontend/src/routes/tasks/detail/TaskDetails.tsx +++ b/skyvern-frontend/src/routes/tasks/detail/TaskDetails.tsx @@ -122,7 +122,7 @@ function TaskDetails() { Parameters { return cn( "cursor-pointer px-2 py-1 rounded-md text-muted-foreground", @@ -132,7 +132,7 @@ function TaskDetails() { ); }} > - Artifacts + Diagnostics