diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-04-06 00:40:09 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-04-06 00:40:09 -0500 |
| commit | 80a35cac95eb206080636ed3bb2c1c0895c95fd4 (patch) | |
| tree | 737c12730a817657b276d8a2fbbd812eb8f07fdd /app/templates/user/login.html | |
| parent | ebaea9701e286fabeb9418c118498f77da15441b (diff) | |
| download | Strengthy-80a35cac95eb206080636ed3bb2c1c0895c95fd4.tar.xz Strengthy-80a35cac95eb206080636ed3bb2c1c0895c95fd4.zip | |
Got fontawesome icons working finally
Diffstat (limited to 'app/templates/user/login.html')
| -rw-r--r-- | app/templates/user/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/user/login.html b/app/templates/user/login.html index 6f1a553..5a3c1d4 100644 --- a/app/templates/user/login.html +++ b/app/templates/user/login.html @@ -9,7 +9,7 @@ <div class="control has-icons-left"> <input id="username" name="username" type="text" class="input" required> <span class="icon is-small is-left"> - <i class="fi-snsuxx-user-solid"></i> + <i class="fa fa-user"></i> </span> </div> </div> @@ -18,7 +18,7 @@ <div class="control has-icons-left"> <input id="password" name="password" type="password" placeholder="*******" class="input" required> <span class="icon is-small is-left"> - <i class="fi-snsuxx-lock-solid"></i> + <i class="fa fa-lock"></i> </span> </div> </div> |
