From ab585522d21337e4e4d2b1704b7b36ecf6bdfb36 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Sat, 14 Sep 2024 14:52:26 +0200 Subject: [PATCH] fix: copy to clipboard button label --- src/components/mdx/Code/Code.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/mdx/Code/Code.tsx b/src/components/mdx/Code/Code.tsx index 89a10bc6..6be88274 100644 --- a/src/components/mdx/Code/Code.tsx +++ b/src/components/mdx/Code/Code.tsx @@ -34,6 +34,7 @@ export const Code = ({ children, className, ...props }: ComponentProps<'pre'>) =