]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(settings): Repalce dashboard icon in appstore
authorFerdinand Thiessen <opensource@fthiessen.de>
Mon, 5 Aug 2024 12:23:50 +0000 (14:23 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 5 Aug 2024 12:29:46 +0000 (14:29 +0200)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/settings/src/constants/AppstoreCategoryIcons.ts

index 4e39796fd232bc7d1346b7c75bc435cb6ff6879e..7e7e00df9b037d72e7ec51826a59f7e78911dd4b 100644 (file)
@@ -25,7 +25,7 @@ import {
        mdiStarCircleOutline,
        mdiStarShooting,
        mdiTools,
-       mdiViewDashboard,
+       mdiViewColumn,
 } from '@mdi/js'
 
 /**
@@ -45,7 +45,7 @@ export default Object.freeze({
        // generic categories
        auth: mdiKey,
        customization: mdiCog,
-       dashboard: mdiViewDashboard,
+       dashboard: mdiViewColumn,
        files: mdiFolder,
        games: mdiControllerClassic,
        integration: mdiOpenInApp,