From a19626caa606f57099a5fda320d201d7844b147f Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Tue, 16 Mar 2021 17:37:56 +0000 Subject: [PATCH] [dashboard] Hide running workspace open button when group isn't hovered --- components/dashboard/src/start/CreateWorkspace.tsx | 4 ++-- components/dashboard/tailwind.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/dashboard/src/start/CreateWorkspace.tsx b/components/dashboard/src/start/CreateWorkspace.tsx index d44b8cd69424ea..3d12735fbdef57 100644 --- a/components/dashboard/src/start/CreateWorkspace.tsx +++ b/components/dashboard/src/start/CreateWorkspace.tsx @@ -87,13 +87,13 @@ export class CreateWorkspace extends React.ComponentYou already have running workspaces with the same context. You can open an existing one or open a new workspace.

<> {result?.existingWorkspaces?.map(w => - +

{w.workspace.id}

{w.workspace.contextURL}

- +
)} diff --git a/components/dashboard/tailwind.config.js b/components/dashboard/tailwind.config.js index 37d9dff5ae1ffc..bd5892ec5f603b 100644 --- a/components/dashboard/tailwind.config.js +++ b/components/dashboard/tailwind.config.js @@ -30,7 +30,7 @@ module.exports = { }, outline: { blue: '1px solid #000033', - } + }, }, fontFamily: { 'sans': ['Inter', 'Helvetica', 'Arial', 'sans-serif'],