Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2022-06-12 09:09:03 +00:00
parent 9e72aa57fd
commit c7ba78cb6e
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ export default {
<gl-breadcrumb :key="isLoaded" :items="allCrumbs">
<template #separator>
<span class="gl-mx-n5">
<gl-icon name="angle-right" :size="8" />
<gl-icon name="chevron-lg-right" :size="8" />
</span>
</template>
</gl-breadcrumb>

View File

@ -30,11 +30,11 @@ exports[`Registry Breadcrumb when is not rootRoute renders 1`] = `
<svg
aria-hidden="true"
class="gl-icon s8"
data-testid="angle-right-icon"
data-testid="chevron-lg-right-icon"
role="img"
>
<use
href="#angle-right"
href="#chevron-lg-right"
/>
</svg>
</span>