aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/WorkspacesDashboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/components/WorkspacesDashboard.js')
-rw-r--r--src/features/workspaces/components/WorkspacesDashboard.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/workspaces/components/WorkspacesDashboard.js b/src/features/workspaces/components/WorkspacesDashboard.js
index b141dc960..a0a34c778 100644
--- a/src/features/workspaces/components/WorkspacesDashboard.js
+++ b/src/features/workspaces/components/WorkspacesDashboard.js
@@ -61,6 +61,7 @@ const styles = () => ({
61 marginLeft: '-20px', 61 marginLeft: '-20px',
62 marginBottom: '20px', 62 marginBottom: '20px',
63 height: 'auto', 63 height: 'auto',
64 color: 'white',
64 }, 65 },
65}); 66});
66 67