examples: fix prettier / lint

This commit is contained in:
2023-07-16 14:54:03 +02:00
parent 47649176e0
commit 307c025066

View File

@ -34,7 +34,8 @@ export default function CopyButton({ code, ...props }) {
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
{...props}>
{...props}
>
<rect x={9} y={9} width={13} height={13} rx={2} ry={2} />
<path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1" />
</svg>