mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Note is not relevant to bold text, rather to the ButtonView
This commit is contained in:
parent
06b0ac7fae
commit
d842cea379
@ -10,7 +10,7 @@ storiesOf('Addon|Notes', module)
|
||||
() => ({
|
||||
Component: ButtonView,
|
||||
}),
|
||||
{ notes: 'My notes on some bold text' }
|
||||
{ notes: 'My notes on the ButtonView component' }
|
||||
)
|
||||
.add(
|
||||
'Note with HTML',
|
||||
|
Loading…
x
Reference in New Issue
Block a user