Added tooltip to project owners on the LJ page.

This commit is contained in:
Asaf Gartner 2024-03-14 02:31:59 +02:00
parent 5dd4880d4c
commit 2065bad860
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{{ if gt (len .Owners) 1 }}
<div class="flex g2">
{{ range .Owners }}
<a href="{{ .ProfileUrl }}" class="flex">
<a title="{{ .Name }}" href="{{ .ProfileUrl }}" class="flex">
<img src="{{ .AvatarUrl }}" class="user-avatar w2">
</a>
{{ end }}