Skip to content

Commit d35dfc7

Browse files
author
Kristan Kenney
committed
Add icon to user on panel
1 parent b9294d2 commit d35dfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="l-profile noselect">
2222
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>">&nbsp;</a>
2323
<a class="l-profile__server" href="/edit/server/"><? echo gethostname(); ?></a>
24-
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><?=$user?></a>
24+
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><i class="fas fa-user-circle"></i> <?=$user?></a>
2525
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> <i class="fas fa-sign-out-alt"></i></a>
2626
</div>
2727
<!-- /.l-profile -->

0 commit comments

Comments
 (0)