We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24c3b4 commit 467a1a3Copy full SHA for 467a1a3
site/src/pages/WorkspacePage/WorkspaceTopbar/WorkspaceTopbar.tsx
@@ -103,7 +103,7 @@ export const WorkspaceTopbar = (props: WorkspaceProps) => {
103
return (
104
<Topbar>
105
<Tooltip title="Back to workspaces">
106
- <TopbarIconButton component={RouterLink} to="workspaces">
+ <TopbarIconButton component={RouterLink} to="/workspaces">
107
<ArrowBackOutlined />
108
</TopbarIconButton>
109
</Tooltip>
0 commit comments