summaryrefslogtreecommitdiff
path: root/app/templates/user/register.html
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonail.com>2022-03-23 17:49:08 -0500
committerstilbruch <stilbruch@protonail.com>2022-03-23 17:49:08 -0500
commit5f48bcb3ed524dbd20e424170136da6b6d4a2300 (patch)
tree97e03e943e6b25cd4ce1d752c34cf8ce4df10bf0 /app/templates/user/register.html
parentcd503caa68c52f98f41d5fecc2afd8c31156f4db (diff)
downloadStrengthy-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.html6
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>