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