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 c1a9b03 commit 7a0cb64Copy full SHA for 7a0cb64
.storybook-s2/docs/Illustrations.jsx
@@ -35,7 +35,7 @@ export function Illustrations() {
35
size="XS"
36
isQuiet
37
aria-label="Copy"
38
- onPress={() => navigator.clipboard.writeText(`import ${name} from '@react-spectrum/s2/illustrations/gradient/${gradientStyle}/${icon}';`)}>
+ onPress={() => navigator.clipboard.writeText(`import ${icon} from '@react-spectrum/s2/illustrations/gradient/${gradientStyle}/${icon}';`)}>
39
<Paste />
40
</ActionButton>
41
</span>
0 commit comments