Skip to content

Commit

Permalink
Merge pull request #6 from storybooks/update-master-storybook-ui
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:storybooks/storybook-ui
  • Loading branch information
ndelangen committed Apr 2, 2017
2 parents e805b5f + 66d7c93 commit 5a203d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/storybook-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ Basically, we remove the NPM3 from the package.json's engine. We also changed th

### v2.0.0

* Expose the whole Manager UI from this module. See the usage in [react-storybook](https://github.com/kadirahq/react-storybook/blob/master/src/client/manager/index.js).
* Expose the whole Manager UI from this module. See the usage in [react-storybook](https://github.com/storybooks/react-storybook/blob/master/src/client/manager/index.js).
2 changes: 1 addition & 1 deletion packages/storybook-ui/src/modules/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
defaultState: {
uiOptions: {
name: 'REACT STORYBOOK',
url: 'https://github.com/kadirahq/react-storybook',
url: 'https://github.com/storybooks/react-storybook',
sortStoriesByKind: false
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const linkStyle = {
const Header = ({ openShortcutsHelp, name, url }) => (
<div style={wrapperStyle}>
<button style={shortcutIconStyle} onClick={openShortcutsHelp}></button>
<a style={linkStyle} href={url} target="_blank">
<a style={linkStyle} href={url} target="_blank" rel="noopener noreferrer">
<h3 style={headingStyle}>{name}</h3>
</a>
</div>
Expand Down

0 comments on commit 5a203d3

Please sign in to comment.