Commit f6799c3c authored by Martin Wortschack's avatar Martin Wortschack

Replace fa-external-link with GitLab SVG

parent dd82a059
<script> <script>
import { GlIcon } from '@gitlab/ui';
import { n__ } from '../../locale'; import { n__ } from '../../locale';
import { MAX_CHILDREN_COUNT } from '../constants'; import { MAX_CHILDREN_COUNT } from '../constants';
export default { export default {
components: {
GlIcon,
},
props: { props: {
parentGroup: { parentGroup: {
type: Object, type: Object,
...@@ -45,7 +49,7 @@ export default { ...@@ -45,7 +49,7 @@ export default {
/> />
<li v-if="hasMoreChildren" class="group-row"> <li v-if="hasMoreChildren" class="group-row">
<a :href="parentGroup.relativePath" class="group-row-contents has-more-items py-2"> <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> </a>
</li> </li>
</ul> </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