We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52a1c8 commit d3ec030Copy full SHA for d3ec030
components/CodeBlock.tsx
@@ -37,6 +37,8 @@ export function CodeBlock({ className, children, ...props }: ICodeBlock) {
37
{...props}
38
>
39
<Button
40
+ id="cody-copy-button"
41
+ data-umami-event="copy-code-button"
42
disabled={hasCopied}
43
className="absolute top-4 right-4 z-10"
44
size="sm"
0 commit comments