Skip to content

Commit

Permalink
Update new workspace page header (gitpod-io#17703)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored May 24, 2023
1 parent 01985c5 commit 9703e93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/dashboard/src/workspaces/CreateWorkspacePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ export function CreateWorkspacePage() {
<div className="flex flex-col max-h-screen max-w-lg mx-auto items-center w-full">
<Heading1>New Workspace</Heading1>
<div className="text-gray-500 text-center text-base">
Create a new workspace in the <span className="font-semibold">{currentOrg?.name}</span>{" "}
Create a new workspace in the{" "}
<span className="font-semibold text-gray-600 dark:text-gray-400">{currentOrg?.name}</span>{" "}
organization.
</div>
<div className="-mx-6 px-6 mt-6 w-full">
Expand Down

0 comments on commit 9703e93

Please sign in to comment.