summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
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)