Commit c4481655 authored by Donald Cook's avatar Donald Cook

Increased size of avatar on iterations page

parent 33702b3f
......@@ -303,7 +303,7 @@ export default {
:key="assignee.username"
v-gl-tooltip="tooltipText(assignee)"
>
<gl-avatar :src="assignee.avatarUrl" :size="16" />
<gl-avatar :src="assignee.avatarUrl" :size="24" />
</span>
</span>
</template>
......
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