Skip to content

Commit

Permalink
Unused shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshekey committed Nov 29, 2023
1 parent 5dd8e6d commit 796fb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/code-block/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const CodeBlockCopyButton = forwardRef<HTMLButtonElement, CodeBlockCopyButtonPro
<button
type="button"
className={cx(
"absolute right-[0.625rem] top-[0.625rem] z-10 flex h-8 w-8 items-center justify-center place-items-center rounded-sm border border-gray-300 bg-gray-50 shadow-[-1rem_0_0.75rem_-0.375rem_hsl(var(--gray-050)),1rem_0_0_-0.25rem_hsl(var(--gray-050))] hover:border-gray-400 hover:bg-gray-200",
"absolute right-[0.625rem] top-[0.625rem] z-10 flex h-8 w-8 items-center justify-center rounded-sm border border-gray-300 bg-gray-50 shadow-[-1rem_0_0.75rem_-0.375rem_hsl(var(--gray-050)),1rem_0_0_-0.25rem_hsl(var(--gray-050))] hover:border-gray-400 hover:bg-gray-200",
copied &&
"gap-1 w-auto border-transparent bg-green-500 focus:bg-green-500 px-2 text-button hover:border-transparent hover:bg-green-500",
className,
Expand Down

0 comments on commit 796fb39

Please sign in to comment.