Skip to content

Commit c33ad54

Browse files
authored
Merge pull request #332 from james-proxy/hint-browser-proxy-setup
Display hint about automatic proxy setup
2 parents 7141b01 + 86f5613 commit c33ad54

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/containers/home.js

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ const HomeContainer = ({port}) =>
99
<h2>Proxy started on localhost:{port}</h2>
1010
<h3>Launch a browser, using James as a proxy</h3>
1111
<Browsers />
12+
<p className="hint-text">
13+
<i className="fa fa-info-circle" />
14+
In some browsers the automatic proxy setup does not work correctly.
15+
In that case you have to do it manually.
16+
</p>
1217
</div>
1318
</div>;
1419

style/components/main-content.scss

+5
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,10 @@
5555
font-size: 18px;
5656
margin: 0;
5757
}
58+
59+
.hint-text {
60+
margin-bottom: 0;
61+
text-align: left;
62+
}
5863
}
5964
}

0 commit comments

Comments
 (0)