This commit is contained in:
Ind 2016-05-06 14:28:34 +05:30 committed by Arunoda Susiripala
parent 530b7e464f
commit bc1310227b
2 changed files with 12 additions and 12 deletions

22
dist/manager.js vendored

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ const linkStyle = {
const Header = ({ openShortcutsHelp }) => (
<div style={wrapperStyle}>
<button style={shortcutIconStyle} onClick={openShortcutsHelp}>&#8984;</button>
<button style={shortcutIconStyle} onClick={openShortcutsHelp}></button>
<a style={linkStyle} href="https://github.com/kadirahq/react-storybook" target="_blank">
<h3 style={headingStyle}>React Storybook</h3>
</a>