We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6729f0c commit 36c7365Copy full SHA for 36c7365
storage/framework/defaults/components/Dashboard/Sidebar.vue
@@ -165,7 +165,7 @@ const sectionContent: Record<string, SectionContent> = {
165
content: {
166
items: [
167
{ to: '/content/dashboard', icon: 'i-hugeicons-dashboard-speed-01', text: 'Dashboard' },
168
- { to: '/content/file-manager', icon: 'i-hugeicons-apple-finder', text: 'File Manager' },
+ { to: '/content/file-manager', icon: 'i-hugeicons-apple-finder', text: 'Files' },
169
{ to: '/content/pages', icon: 'i-hugeicons-file-02', text: 'Pages' },
170
{ to: '/content/posts', icon: 'i-hugeicons-message-edit-02', text: 'Posts' },
171
{ to: '/content/categories', icon: 'i-hugeicons-tags', text: 'Categories' },
0 commit comments