summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorLuka Trovic <luka@nextcloud.com>2021-09-06 16:20:33 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2021-09-10 13:56:48 +0000
commitf5c3ec5365f8931adc8ec524df5933dc914c02a8 (patch)
tree9070a3501dde67c9be528a8f3277f76a1767000a /core/src
parent33a0b75c83a1c56fa84b98d3a07a26b5c4932b65 (diff)
downloadnextcloud-server-f5c3ec5365f8931adc8ec524df5933dc914c02a8.tar.gz
nextcloud-server-f5c3ec5365f8931adc8ec524df5933dc914c02a8.zip
Replace some icons with pretty icons
Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/setup/RecommendedApps.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue
index 581fb99582c..719828b59a5 100644
--- a/core/src/components/setup/RecommendedApps.vue
+++ b/core/src/components/setup/RecommendedApps.vue
@@ -81,12 +81,15 @@ const recommended = {
},
spreed: {
description: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'),
+ icon: imagePath('core', 'apps/spreed.svg')
},
richdocuments: {
description: t('core', 'Collaboratively edit office documents.'),
+ icon: imagePath('core', 'apps/richdocuments.svg')
},
richdocumentscode: {
description: t('core', 'Local document editing back-end used by the Collabora Online app.'),
+ icon: imagePath('core', 'apps/richdocumentscode.svg')
},
}
const recommendedIds = Object.keys(recommended)