We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7141b01 + 86f5613 commit c33ad54Copy full SHA for c33ad54
src/containers/home.js
@@ -9,6 +9,11 @@ const HomeContainer = ({port}) =>
9
<h2>Proxy started on localhost:{port}</h2>
10
<h3>Launch a browser, using James as a proxy</h3>
11
<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>
17
</div>
18
</div>;
19
style/components/main-content.scss
@@ -55,5 +55,10 @@
55
font-size: 18px;
56
margin: 0;
57
}
58
+
59
+ .hint-text {
60
+ margin-bottom: 0;
61
+ text-align: left;
62
+ }
63
64
0 commit comments