Skip to content

Commit

Permalink
style the logged-in indicator to include PubKey.Ref
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz authored and cryptix committed Mar 26, 2021
1 parent ee9ee56 commit 32739c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}"
Expand Down

0 comments on commit 32739c7

Please sign in to comment.