summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2021-09-10 10:50:04 -0700
committerGitHub <noreply@github.com>2021-09-10 10:50:04 -0700
commit99a146803353ee93a6935606b411954b9ad845f5 (patch)
tree5bb9766931475da9f6c0f2406e97b0ce4ce85870 /core/src
parent14cf0fd01c4229f32fb836ee62cb04caf80c25b2 (diff)
parentf5c3ec5365f8931adc8ec524df5933dc914c02a8 (diff)
downloadnextcloud-server-99a146803353ee93a6935606b411954b9ad845f5.tar.gz
nextcloud-server-99a146803353ee93a6935606b411954b9ad845f5.zip
Merge pull request #28707 from nextcloud/replace-icons-on-recommended-apps
hub: replace some icons with pretty ones
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)