Commit 137d0fc8 authored by Jiaan Louw's avatar Jiaan Louw

Resolve GlAvatar size in collapsed discussion replies

Updates the avatar size in collapsed replies to  24 to make it
compatible with GlAvatar when the gl_avatar_for_all_user_avatars
feature flag is enabled.
parent 71a5063e
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
:link-href="author.path" :link-href="author.path"
:img-alt="author.name" :img-alt="author.name"
:img-src="author.avatar_url" :img-src="author.avatar_url"
:img-size="26" :img-size="24"
:tooltip-text="author.name" :tooltip-text="author.name"
tooltip-placement="bottom" tooltip-placement="bottom"
/> />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment