Skip to content

Commit 460b87d

Browse files
geroplroboquat
authored andcommitted
[dashboard] StartWorkspace: Map "Go to Dashboard" to /workspaces (again)
1 parent 9e45cb0 commit 460b87d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/dashboard/src/start/StartWorkspace.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ export default class StartWorkspace extends React.Component<StartWorkspaceProps,
536536
},
537537
{
538538
title: "Go to Dashboard",
539-
href: gitpodHostUrl.asDashboard().toString(),
539+
href: gitpodHostUrl.asWorkspacePage().toString(),
540540
target: "_parent",
541541
},
542542
]}
@@ -611,7 +611,7 @@ export default class StartWorkspace extends React.Component<StartWorkspaceProps,
611611
</div>
612612
</div>
613613
<div className="mt-10 flex justify-center">
614-
<a target="_parent" href={gitpodHostUrl.asDashboard().toString()}>
614+
<a target="_parent" href={gitpodHostUrl.asWorkspacePage().toString()}>
615615
<button className="secondary">Go to Dashboard</button>
616616
</a>
617617
</div>
@@ -656,7 +656,7 @@ export default class StartWorkspace extends React.Component<StartWorkspaceProps,
656656
</div>
657657
<PendingChangesDropdown workspaceInstance={this.state.workspaceInstance} />
658658
<div className="mt-10 justify-center flex space-x-2">
659-
<a target="_parent" href={gitpodHostUrl.asDashboard().toString()}>
659+
<a target="_parent" href={gitpodHostUrl.asWorkspacePage().toString()}>
660660
<button className="secondary">Go to Dashboard</button>
661661
</a>
662662
<a

0 commit comments

Comments
 (0)