Commit b9b76116 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'tr-fix-avatar-releases' into 'master'

Fix release footer avatar style

See merge request gitlab-org/gitlab!84714
parents 1e047ea2 b9daa69a
......@@ -104,9 +104,11 @@ export default {
<div v-if="author" class="d-flex">
<span class="text-secondary">{{ __('by') }}&nbsp;</span>
<user-avatar-link
class="gl-my-n1"
:link-href="author.webUrl"
:img-src="author.avatarUrl"
:img-alt="userImageAltDescription"
:img-size="24"
:tooltip-text="author.username"
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