Skip to content

Commit

Permalink
Change initial page to new task page (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy committed Jun 14, 2024
1 parent 265cb99 commit c578e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyvern-frontend/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const router = createBrowserRouter([
children: [
{
index: true,
element: <Navigate to="/tasks" />,
element: <Navigate to="/create" />,
},
{
path: "tasks",
Expand Down

0 comments on commit c578e1a

Please sign in to comment.