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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-03-03 21:09:45 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-03-14 17:38:28 +0300
commitf484213806fd1425d1c4de40a638ca76658007b8 (patch)
tree98b38e3180af5c6b2178c8905c77a2874b1a8fef /src
parentd8089557b3661344990af100ac6acad8bf0e10d9 (diff)
🚸 (#2184): change the icon of formating help
using help-circle from material icons we expect to use i icon for the custom-containers feature Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/MenuBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/MenuBar.vue b/src/components/MenuBar.vue
index c41a800c7..7c27439da 100644
--- a/src/components/MenuBar.vue
+++ b/src/components/MenuBar.vue
@@ -259,7 +259,7 @@ export default {
class: 'icon-image',
}, {
label: t('text', 'Formatting help'),
- class: 'icon-info',
+ class: 'icon-help',
click: () => {
this.$emit('show-help')
},