mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(settings): Repalce dashboard icon in appstore
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
62b85b96e4
commit
9a447d5752
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue