diff --git a/components/dashboard/src/Menu.tsx b/components/dashboard/src/Menu.tsx
index 8eeee5693afdb3..46976903fcdee0 100644
--- a/components/dashboard/src/Menu.tsx
+++ b/components/dashboard/src/Menu.tsx
@@ -94,7 +94,7 @@ export default function Menu() {
link: `${teamOrUserSlug}/${projectName}`
},
{
- title: 'Workspaces',
+ title: 'My Workspaces',
link: `${teamOrUserSlug}/${projectName}/workspaces`
},
{
@@ -117,7 +117,7 @@ export default function Menu() {
link: `/t/${team.slug}/projects`,
},
{
- title: 'Workspaces',
+ title: 'My Workspaces',
link: `/t/${team.slug}/workspaces`,
alternatives: [`/t/${team.slug}`]
},
@@ -142,7 +142,7 @@ export default function Menu() {
link: '/projects'
},
{
- title: 'Workspaces',
+ title: 'My Workspaces',
link: '/workspaces',
alternatives: ['/']
},
diff --git a/components/dashboard/src/workspaces/Workspaces.tsx b/components/dashboard/src/workspaces/Workspaces.tsx
index c3f5ae5bbb8e2f..1f3adc38e43eba 100644
--- a/components/dashboard/src/workspaces/Workspaces.tsx
+++ b/components/dashboard/src/workspaces/Workspaces.tsx
@@ -125,7 +125,7 @@ export default function () {
}
return <>
-
+
{workspaceModel?.initialized && (
activeWorkspaces.length > 0 || inactiveWorkspaces.length > 0 || workspaceModel.searchTerm ?