From 0bbabfc8dc1bb5b1b27ac17b1de2d0ac105b8f6f Mon Sep 17 00:00:00 2001 From: Martijn Hols Date: Tue, 10 Dec 2024 21:20:20 +0100 Subject: [PATCH] Fix copy-paste only "Picture" text in Figure was not using the CopyPasteOnly component This should improve SR, print and browser compatibility --- components/Figure.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Figure.tsx b/components/Figure.tsx index 136a663..4d544ed 100644 --- a/components/Figure.tsx +++ b/components/Figure.tsx @@ -47,7 +47,7 @@ const Figure = ({ ...others }: Props) => ( - Picture:  + Picture:  {children}