Skip to content

Commit

Permalink
Merge pull request storybookjs#136 from ro-savage/update-show-info-bu…
Browse files Browse the repository at this point in the history
…tton

Update text on show info button from "?" to "Show info"
  • Loading branch information
mthuret authored Apr 9, 2017
2 parents 5d5a3ce + 7076048 commit 3c4dc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ var Story = function (_React$Component) {
_react2.default.createElement(
'a',
{ style: linkStyle, onClick: openOverlay },
'?'
'Show Info'
),
_react2.default.createElement(
'div',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default class Story extends React.Component {
<div style={this.state.stylesheet.children}>
{ this.props.children }
</div>
<a style={linkStyle} onClick={openOverlay}>?</a>
<a style={linkStyle} onClick={openOverlay}>Show Info</a>
<div style={infoStyle}>
<a style={linkStyle} onClick={closeOverlay}>×</a>
<div style={this.state.stylesheet.infoPage}>
Expand Down

0 comments on commit 3c4dc9a

Please sign in to comment.