<%= render Shared::AvatarComponent.new(participant, size: 32, class: "author-photo") %>
<%= link_to participant.name, user_path(participant) %> <% if author?(@community, participant) %>  •  <%= t("comments.comment.author") %> <% end %>