diff --git a/dist/components/Story.js b/dist/components/Story.js index 363ea4a725a..01032b337e5 100644 --- a/dist/components/Story.js +++ b/dist/components/Story.js @@ -246,7 +246,7 @@ var Story = function (_React$Component) { _react2.default.createElement( 'a', { style: linkStyle, onClick: openOverlay }, - '?' + 'Show Info' ), _react2.default.createElement( 'div', diff --git a/src/components/Story.js b/src/components/Story.js index e2b7051d9de..22641b3506f 100644 --- a/src/components/Story.js +++ b/src/components/Story.js @@ -154,7 +154,7 @@ export default class Story extends React.Component {
{ this.props.children }
- ? + Show Info
×