diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl index 9e83e3b2e0..19d693c2b7 100644 --- a/templates/shared/user/profile_big_avatar.tmpl +++ b/templates/shared/user/profile_big_avatar.tmpl @@ -29,23 +29,23 @@ {{.ContextUser.Location}} - {{svg "octicon-link-external"}} + {{svg "octicon-link-external" 18 "gt-mr-2"}} {{end}} {{if (eq .SignedUserID .ContextUser.ID)}}
  • - {{svg "octicon-mail"}} + {{svg "octicon-mail" 18 "gt-mr-2"}} {{.ContextUser.Email}} {{if .ShowUserEmail}} - {{svg "octicon-unlock"}} + {{svg "octicon-unlock" 18 "gt-mr-2"}} {{else}} - {{svg "octicon-lock"}} + {{svg "octicon-lock" 18 "gt-mr-2"}} {{end}} @@ -53,7 +53,7 @@ {{else}} {{if .ShowUserEmail}}
  • - {{svg "octicon-mail"}} + {{svg "octicon-mail" 18 "gt-mr-2"}} {{.ContextUser.Email}}
  • {{end}}