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'],