aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-08-05 14:23:50 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-08-05 14:29:46 +0200
commit9a447d57524f7eb1a5b627439b52d3060226da5e (patch)
tree6722d8b7136ed22b6996cd95d65bb55ce11d0f4c /apps/settings
parent62b85b96e4b79b4507bb0e4edecd8b011d19b6cb (diff)
downloadnextcloud-server-9a447d57524f7eb1a5b627439b52d3060226da5e.tar.gz
nextcloud-server-9a447d57524f7eb1a5b627439b52d3060226da5e.zip
fix(settings): Repalce dashboard icon in appstore
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/src/constants/AppstoreCategoryIcons.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/src/constants/AppstoreCategoryIcons.ts b/apps/settings/src/constants/AppstoreCategoryIcons.ts
index 4e39796fd23..7e7e00df9b0 100644
--- a/apps/settings/src/constants/AppstoreCategoryIcons.ts
+++ b/apps/settings/src/constants/AppstoreCategoryIcons.ts
@@ -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,