Skip to content

Commit

Permalink
docs(nxdev): update nx cloud logo (#13547)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Dec 1, 2022
1 parent ec4d95c commit 3f05d66
Showing 1 changed file with 12 additions and 9 deletions.
Expand Up @@ -89,20 +89,23 @@ export function GitHubIntegrationTab(): JSX.Element {
<div className="absolute inset-x-0 top-0 h-1 w-full bg-blue-500 dark:bg-sky-500"></div>
<div className="flex-shrink-0">
<svg
className="h-10 w-10 rounded-md shadow"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
id="nx-cloud-header-logo"
role="img"
xmlns="http://www.w3.org/2000/svg"
stroke="currentColor"
fill="transparent"
viewBox="0 0 24 24"
className="h-10 w-10"
>
<path
d="M24 3V6C20.688 6 18 8.688 18 12C18 15.312 15.312 18 12 18C8.688 18 6 20.688 6 24H3C1.344 24 0 22.656 0 21V3C0 1.344 1.344 0 3 0H21C22.656 0 24 1.344 24 3Z"
fill="#0E2039"
strokeWidth="2"
d="M23 3.75V6.5c-3.036 0-5.5 2.464-5.5 5.5s-2.464 5.5-5.5 5.5-5.5 2.464-5.5 5.5H3.75C2.232 23 1 21.768 1 20.25V3.75C1 2.232 2.232 1 3.75 1h16.5C21.768 1 23 2.232 23 3.75Z"
id="nx-cloud-header-logo-stroke-1"
/>
<path
d="M24 6V21C24 22.656 22.656 24 21 24H6C6 20.688 8.688 18 12 18C15.312 18 18 15.312 18 12C18 8.688 20.688 6 24 6Z"
fill="white"
strokeWidth="2"
d="M23 6v14.1667C23 21.7307 21.7307 23 20.1667 23H6c0-3.128 2.53867-5.6667 5.6667-5.6667 3.128 0 5.6666-2.5386 5.6666-5.6666C17.3333 8.53867 19.872 6 23 6Z"
id="nx-cloud-header-logo-stroke-2"
/>
</svg>
</div>
Expand Down

1 comment on commit 3f05d66

@vercel
Copy link

@vercel vercel bot commented on 3f05d66 Dec 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.