Skip to content

Commit

Permalink
Fix header user
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnux committed Dec 21, 2023
1 parent d087c96 commit 12c3398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/ui/sections/user-header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@

<p>
{$_user['fullname']}
<small>{$_user['phonenumber']}</small><br>
<small>{$_user['email']}</small>
<small>{$_user['phonenumber']}<br>
{$_user['email']}</small>
</p>
</li>
<li class="user-body">
Expand Down

0 comments on commit 12c3398

Please sign in to comment.