Commit b1beab8b authored by Phil Hughes's avatar Phil Hughes

Merge branch 'mw-replace-external-link-icon-group-folder' into 'master'

Group folder: Replace fa-external-link with GitLab SVG

See merge request gitlab-org/gitlab!43128
parents eed46887 f6799c3c
<script>
import { GlIcon } from '@gitlab/ui';
import { n__ } from '../../locale';
import { MAX_CHILDREN_COUNT } from '../constants';
export default {
components: {
GlIcon,
},
props: {
parentGroup: {
type: Object,
......@@ -45,7 +49,7 @@ export default {
/>
<li v-if="hasMoreChildren" class="group-row">
<a :href="parentGroup.relativePath" class="group-row-contents has-more-items py-2">
<i class="fa fa-external-link" aria-hidden="true"> </i> {{ moreChildrenStats }}
<gl-icon name="external-link" aria-hidden="true" /> {{ moreChildrenStats }}
</a>
</li>
</ul>
......
---
title: Replace fa-external-link with GitLab SVG in group folder
merge_request: 43128
author:
type: changed
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