Skip to content

Commit

Permalink
docs(nxdev): misc format (#9557)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Mar 28, 2022
1 parent 84ea776 commit 3acced0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nx-dev/feature-doc-viewer/src/lib/code-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function CodeBlock({
};
}, [copied]);
return (
<div className="group code-block relative">
<div className="code-block group relative">
<CopyToClipboard
text={text}
onCopy={() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function CodeBlock({
};
}, [copied]);
return (
<div className="group code-block relative">
<div className="code-block group relative">
<CopyToClipboard
text={text}
onCopy={() => {
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-community/src/lib/connect-with-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function ConnectWithUs(): ReactComponentElement<any> {
</p>
</a>
</div>
<div className="group hover:border-green-nx-base relative rounded-2xl border-2 border-gray-100 bg-white p-5 transition duration-200 ease-out">
<div className="hover:border-green-nx-base group relative rounded-2xl border-2 border-gray-100 bg-white p-5 transition duration-200 ease-out">
<div className="relative m-2 mb-6 inline-flex h-10 w-10 items-center justify-center">
<div className="absolute inset-0 -m-2 rotate-6 transform rounded-3xl bg-green-300 transition duration-200 ease-out group-hover:-rotate-3 group-hover:scale-105"></div>
<div className="bg-green-nx-base absolute inset-0 -rotate-6 transform rounded-2xl bg-opacity-75 shadow-inner transition duration-200 ease-out group-hover:rotate-2 group-hover:scale-105"></div>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-home/src/lib/open-source-projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export function OpenSourceProjects(): ReactComponentElement<any> {
index === projectList.length - 1
? 'rounded-br-lg rounded-bl-none'
: '',
'group focus-within:ring-blue-nx-base relative w-full bg-white p-6 focus-within:ring-2 focus-within:ring-inset'
'focus-within:ring-blue-nx-base group relative w-full bg-white p-6 focus-within:ring-2 focus-within:ring-inset'
)}
>
<div>
Expand Down

1 comment on commit 3acced0

@vercel
Copy link

@vercel vercel bot commented on 3acced0 Mar 28, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.