diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-08-05 14:23:50 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-08-05 14:29:46 +0200 |
commit | 9a447d57524f7eb1a5b627439b52d3060226da5e (patch) | |
tree | 6722d8b7136ed22b6996cd95d65bb55ce11d0f4c /apps/settings | |
parent | 62b85b96e4b79b4507bb0e4edecd8b011d19b6cb (diff) | |
download | nextcloud-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.ts | 4 |
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, |