mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:21:05 +08:00
Fix stray smart quotes on React snippet
This commit is contained in:
parent
b061cc62a3
commit
4cdf641dad
@ -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