Skip to content

Commit

Permalink
temp create special route for collaborators
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonlimlianjie committed Oct 3, 2022
1 parent d8322ba commit 4b457df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routing/RouteSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const RouteSelector = () => (
component={Workspace}
/>
<ProtectedRouteWithProps
path="/sites/:siteName/dashboard"
path="/sites/:siteName/simple-dashboard"
component={Dashboard}
/>
<ProtectedRouteWithProps
Expand Down

0 comments on commit 4b457df

Please sign in to comment.