Merge pull request #49915 from nextcloud/bugfix/noid/create-a-gap-before-files

fix(navigation): Create a gap between dashboard and files
pull/49208/head
Joas Schilling 4 months ago committed by GitHub
commit 219bc9cb96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/dashboard/appinfo/info.xml

@ -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…
Cancel
Save