Skip to content

Commit 18cfb52

Browse files
committed
Added deloyment step
1 parent cb28af4 commit 18cfb52

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/step-5/Offline.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, {Component} from 'react';
22
import Highlight from 'react-syntax-highlight';
33
import appOffline from './offline-app.png';
44
import cachedResources from './cached-resources.png';
5+
import Note from '../Note';
56

67
class Offline extends Component {
78
render() {
@@ -35,7 +36,11 @@ document.addEventListener('DOMContentLoaded', function(event) {
3536
<img className="" src={appOffline} alt="app offline" />
3637
</div>
3738

38-
<i>Note: Resources cached via cache API can be view in application tab in chrome DevTools. Refer the below image.</i>
39+
<Note>
40+
<p><span>Note:</span> Resources cached via cache API can be view in application tab in chrome DevTools. Refer the below image.</p>
41+
</Note>
42+
43+
<i><b>DevTools application tab:</b></i>
3944

4045
<div className="offline__container">
4146
<img className="" src={cachedResources} alt="cached resources" />

src/step-7/Finish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Finish extends Component {
2121
<p><span className="highlight bold no--bg">Step 3</span> - Type the below command to deploy.</p>
2222
<Highlight lang="bash" value={surgeDeploy} />
2323

24-
<p>After successful deployment, you will get an url in your terminal. Copy it and open in your browser :D</p>
24+
<p>After successful deployment, you will get an url in your terminal. Copy it and open in your desktop and mobile browsers :D</p>
2525

2626
<Note type="tips">
2727
<p><span>Tips: </span> <a href="https://surge.sh/help/getting-started-with-surge" target="_blank">Surge</a> is static web publishing services. They provide free account with unlimited deployments, custom domain, basic SSL certificate.</p>

0 commit comments

Comments
 (0)