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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-13 09:08:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-13 09:08:08 +0300
commit1cd5d53f92b07b0be71b6c2d9fdfa7cf07221890 (patch)
tree95e12ad9b7b43fd9fe2b3b4ba121bb4d0b6c9a0c /app
parent0f5d9f4ba36dc94ebb547e28ffb6f56611bd3004 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/super_sidebar/components/help_center.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/super_sidebar/components/help_center.vue b/app/assets/javascripts/super_sidebar/components/help_center.vue
index 6d51063dbfb..1d4c24c6853 100644
--- a/app/assets/javascripts/super_sidebar/components/help_center.vue
+++ b/app/assets/javascripts/super_sidebar/components/help_center.vue
@@ -70,7 +70,7 @@ export default {
helpLinks: {
items: [
this.sidebarData.show_tanuki_bot && {
- icon: 'tanuki',
+ icon: 'tanuki-ai',
text: this.$options.i18n.chat,
action: this.showTanukiBotChat,
extraAttrs: {
@@ -250,7 +250,7 @@ export default {
<template #list-item="{ item }">
<span class="gl-display-flex gl-justify-content-space-between gl-align-items-center">
{{ item.text }}
- <gl-icon v-if="item.icon" :name="item.icon" class="gl-text-orange-500" />
+ <gl-icon v-if="item.icon" :name="item.icon" class="gl-text-purple-600" />
</span>
</template>
</gl-disclosure-dropdown-group>