Skip to content

Commit eabe153

Browse files
committed
Add icons
1 parent 85335fa commit eabe153

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/components/Login/Login.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,24 @@ class Login extends React.Component
4747
<div className="box">
4848
<ErrorComponent error={this.state.error} />
4949
<label className="label">Username</label>
50-
<p className="control">
50+
<p className="control has-icon">
5151
<input
5252
ref='username'
5353
className="input"
5454
type="text"
5555
placeholder="Ex: jsmith"
5656
/>
57+
<i className="fa fa-user" />
5758
</p>
5859
<label className="label">Password</label>
59-
<p className="control">
60+
<p className="control has-icon">
6061
<input
6162
ref='password'
6263
className="input"
6364
type="password"
6465
placeholder="●●●●●●●"
6566
/>
67+
<i className="fa fa-lock" />
6668
</p>
6769
<hr />
6870
<p className="control">

0 commit comments

Comments
 (0)