style the logged-in indicator to include PubKey.Ref

This commit is contained in:
Andre Staltz 2021-03-25 19:04:03 +02:00 committed by Henry
parent c70fad79fe
commit 1dd3f2891e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<svg class="text-green-500 w-4 h-4 mr-1" viewBox="0 0 24 24">
<path fill="currentColor" d="M22,18V22H18V19H15V16H12L9.74,13.74C9.19,13.91 8.61,14 8,14A6,6 0 0,1 2,8A6,6 0 0,1 8,2A6,6 0 0,1 14,8C14,8.61 13.91,9.19 13.74,9.74L22,18M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5Z" />
</svg>
<span class="text-green-500 text-sm">{{$user.Nickname}}</span>
<span class="text-green-500 text-sm truncate w-32">{{$user.Nickname}} {{$user.PubKey.Ref}}</span>
</div>
<a
href="{{urlTo "auth:logout"}}"