mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #49915 from nextcloud/bugfix/noid/create-a-gap-before-files
fix(navigation): Create a gap between dashboard and files
This commit is contained in:
commit
219bc9cb96
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ The Nextcloud Dashboard is your starting point of the day, giving you an overvie
|
|||
<name>Dashboard</name>
|
||||
<route>dashboard.dashboard.index</route>
|
||||
<icon>dashboard.svg</icon>
|
||||
<order>-1</order>
|
||||
<order>-10</order>
|
||||
</navigation>
|
||||
</navigations>
|
||||
</info>
|
||||
|
|
|
|||
Loading…
Reference in a new issue