mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +08:00
Merge pull request #12803 from uhoh-itsmaciek/patch-1
Fix stray smart quotes on React snippet
This commit is contained in:
commit
f333db96a6
@ -9,5 +9,5 @@ export default {
|
||||
title: 'Button',
|
||||
component: Button
|
||||
};
|
||||
export const Text = () => <Button label=’Hello’ onClick={action('clicked')} />;
|
||||
export const Text = () => <Button label='Hello' onClick={action('clicked')} />;
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user