Skip to content

Commit 2e9360c

Browse files
committed
Small fix for iOS Facebook Webview
1 parent 52e61d4 commit 2e9360c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/views/pin.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class Pin extends React.Component {
8787
output = <div className="ios-other">
8888
<p>You’ll need to open this app in Safari first!</p>
8989
<button className="primary clipboardcopy" data-clipboard-text="https://transit.dymajo.com" onTouchTap={this.triggerClipboard}>{linktext}</button>
90+
<br /><br />
9091
</div>
9192
} else if (/safari/.test(userAgent)) {
9293
output = <div className="ios-safari">

0 commit comments

Comments
 (0)