Commit 829aa50d authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'aqualls-fix-avatar-alt' into 'master'

Fix alt tag on participant avatars

See merge request gitlab-org/gitlab!66952
parents 3bf22bdc 34cb3277
......@@ -111,6 +111,7 @@ export default {
:img-src="participant.avatar_url || participant.avatarUrl"
:size="24"
:tooltip-text="participant.name"
:img-alt="participant.name"
css-classes="avatar-inline"
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