Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-08-11 22:07:12 +0300
committerSarah German <sgerman@gitlab.com>2022-08-11 22:07:12 +0300
commit22a05d91de2976bca439dd40b6a7934a61ede711 (patch)
tree8719c2023a3d95f9798b6c0cdb783a88447d27fe
parent06329d840bf8ec51056ce43d50f233e0905a2c71 (diff)
Replace angle-double-right with chevron-double-lg-right
-rw-r--r--content/frontend/default/components/navigation_toggle.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/content/frontend/default/components/navigation_toggle.vue b/content/frontend/default/components/navigation_toggle.vue
index 8aaf8bec..f2e34a59 100644
--- a/content/frontend/default/components/navigation_toggle.vue
+++ b/content/frontend/default/components/navigation_toggle.vue
@@ -77,7 +77,11 @@ export default {
</script>
<template>
- <gl-button class="nav-toggle gl-border-none gl-pl-5!" icon="angle-double-right" @click="toggle">
+ <gl-button
+ class="nav-toggle gl-border-none gl-pl-5!"
+ icon="chevron-double-lg-right"
+ @click="toggle"
+ >
<span class="label gl-ml-2">Collapse sidebar</span>
</gl-button>
</template>