diff --git a/resources/vue/components/blubber/Comment.vue b/resources/vue/components/blubber/Comment.vue index 320841bf7f90389c027c04ba9b7910efb7b5058d..0cc2644d7afd5b5d93450fca2f1016f8f1f44444 100644 --- a/resources/vue/components/blubber/Comment.vue +++ b/resources/vue/components/blubber/Comment.vue @@ -68,7 +68,7 @@ export default { }, computed: { commentAvatar() { - return this.comment.author?.avatar.small ?? ''; + return this.comment.author?.avatar.medium ?? ''; }, commentClass() { return this.comment.isMine() ? 'mine' : 'theirs';