Skip to content

Commit 6ce3b0f

Browse files
author
Kristan Kenney
committed
Add icon to login button
1 parent 465a043 commit 6ce3b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</tr>
8383
<tr>
8484
<td style="padding: 0 0 12px 0;">
85-
<input tabindex="3" type="submit" value="<?php print __('Log in');?>" class="button">
85+
<button tabindex="3" type="submit" class="button"><?php print __('Log in');?>&nbsp;&nbsp;&nbsp;<i class="fas fa-sign-in-alt"></i></button>
8686
</td>
8787
</tr>
8888
</table>

0 commit comments

Comments
 (0)