diff options
| author | stilbruch <stilbruch@protonail.com> | 2022-03-23 17:49:08 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonail.com> | 2022-03-23 17:49:08 -0500 |
| commit | 5f48bcb3ed524dbd20e424170136da6b6d4a2300 (patch) | |
| tree | 97e03e943e6b25cd4ce1d752c34cf8ce4df10bf0 /app/templates/user/register.html | |
| parent | cd503caa68c52f98f41d5fecc2afd8c31156f4db (diff) | |
| download | Strengthy-5f48bcb3ed524dbd20e424170136da6b6d4a2300.tar.xz Strengthy-5f48bcb3ed524dbd20e424170136da6b6d4a2300.zip | |
Fix bug and add pretty icons
Diffstat (limited to 'app/templates/user/register.html')
| -rw-r--r-- | app/templates/user/register.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/templates/user/register.html b/app/templates/user/register.html index 26e5dd0..74a6e5d 100644 --- a/app/templates/user/register.html +++ b/app/templates/user/register.html @@ -8,7 +8,7 @@ <div class="control has-icons-left"> <input id="username" name="username" type="text" placeholder="e.g. gymdude99" class="input" required> <span class="icon is-small is-left"> - <i class="fa fa-user"></i> + <i class="fi-snsuxx-user-solid"></i> </span> </div> </div> @@ -17,7 +17,7 @@ <div class="control has-icons-left"> <input id="email" name="email" type="email" placeholder="e.g. bobsmith@gmail.com" class="input" required> <span class="icon is-small is-left"> - <i class="fa fa-envelope"></i> + <i class="fi-snsuxx-envelope-solid"></i> </span> </div> </div> @@ -26,7 +26,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="fa fa-lock"></i> + <i class="fi-snsuxx-lock-solid"></i> </span> </div> </div> |
