@@ -68,7 +64,7 @@
hx-swap="none"
class="{{$linkStyle}} w-full text-left pl-3"
>
-

+ {{ template "user/fragments/pic" (list .Did "size-6") }}
{{ .Did | resolve }}
{{ end }}
diff --git a/appview/pages/templates/repo/issues/fragments/commentList.html b/appview/pages/templates/repo/issues/fragments/commentList.html
index f19a62fe..765c397c 100644
--- a/appview/pages/templates/repo/issues/fragments/commentList.html
+++ b/appview/pages/templates/repo/issues/fragments/commentList.html
@@ -41,11 +41,7 @@
{{ define "topLevelComment" }}
-

+ {{ template "user/fragments/picLink" (list .Comment.Did "size-8 mr-1") }}
{{ template "repo/issues/fragments/issueCommentHeader" . }}
@@ -57,11 +53,7 @@
{{ define "replyComment" }}
-

+ {{ template "user/fragments/picLink" (list .Comment.Did "size-8 mr-1") }}
{{ template "repo/issues/fragments/issueCommentHeader" . }}
diff --git a/appview/pages/templates/repo/issues/fragments/replyIssueCommentPlaceholder.html b/appview/pages/templates/repo/issues/fragments/replyIssueCommentPlaceholder.html
index 2d189a4e..2f812d6c 100644
--- a/appview/pages/templates/repo/issues/fragments/replyIssueCommentPlaceholder.html
+++ b/appview/pages/templates/repo/issues/fragments/replyIssueCommentPlaceholder.html
@@ -1,11 +1,7 @@
{{ define "repo/issues/fragments/replyIssueCommentPlaceholder" }}
{{ if .LoggedInUser }}
-

+ {{ template "user/fragments/pic" (list .LoggedInUser.Did "size-8 mr-1") }}
{{ end }}
-

+ {{ template "user/fragments/picLink" (list $root.Pull.OwnerDid "size-8") }}
@@ -568,11 +564,7 @@