Skip to content

Commit 727c206

Browse files
Update .storybook-s2/docs/Illustrations.jsx
Co-authored-by: Yihui Liao <44729383+yihuiliao@users.noreply.github.com>
1 parent 2aee256 commit 727c206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook-s2/docs/Illustrations.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function Illustrations() {
3535
size="XS"
3636
isQuiet
3737
aria-label="Copy"
38-
onPress={() => navigator.clipboard.writeText(`import ${icon} from '@react-spectrum/s2/illustrations/gradient/${gradientStyle}/${icon}';`)}>
38+
onPress={() => navigator.clipboard.writeText(`import ${icon} from '@react-spectrum/s2/illustrations/gradient/${gradientStyle}/${icon}';`)}>
3939
<Paste />
4040
</ActionButton>
4141
</span>

0 commit comments

Comments
 (0)