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 e5102e8 commit eac5b03Copy full SHA for eac5b03
1 file changed
components/click-to-copy.tsx
@@ -72,5 +72,5 @@ export function ClickToCopy({ children, text, ...props }: ClickToCopyProps) {
72
</Tooltip>
73
</TooltipProvider>
74
);
75
-// biome-ignore-end lint/a11y/noStaticElementInteractions: ignore
+ // biome-ignore-end lint/a11y/noStaticElementInteractions: ignore
76
}
0 commit comments