Skip to content

Commit

Permalink
Remove mobile warning for embed, update guide link on autopilot
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rk3r committed Aug 14, 2019
1 parent 4148293 commit 50d1003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/controls/AutopilotUI/index.js
Expand Up @@ -193,7 +193,7 @@ class AutopilotUI extends Component {
<div className="best-practices">
<h5>Best Practices</h5>
<p>
Learn more about how to achieve the best results when using Autopilot capture in <a href="https://guide.webrecorder.io" target="_blank">this user guide</a>
Learn more about how to achieve the best results when using Autopilot capture in <a href="https://guide.webrecorder.io/autopilot/#for-best-results" target="_blank">this user guide</a>
</p>
</div>
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/containers/App/App.js
Expand Up @@ -259,7 +259,7 @@ export class App extends Component {
</Panel>
}
{
this.isMobile && this.state.mobileAlert &&
!isEmbed && this.isMobile && this.state.mobileAlert &&
<Alert className="mobile-alert" onDismiss={this.dismissMobileAlert}>
Please note: Webrecorder doesn't currently support mobile devices.
</Alert>
Expand Down

0 comments on commit 50d1003

Please sign in to comment.