Skip to content

Commit 36c7365

Browse files
committed
chore: wip
1 parent 6729f0c commit 36c7365

File tree

1 file changed

+1
-1
lines changed
  • storage/framework/defaults/components/Dashboard

1 file changed

+1
-1
lines changed

storage/framework/defaults/components/Dashboard/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const sectionContent: Record<string, SectionContent> = {
165165
content: {
166166
items: [
167167
{ to: '/content/dashboard', icon: 'i-hugeicons-dashboard-speed-01', text: 'Dashboard' },
168-
{ to: '/content/file-manager', icon: 'i-hugeicons-apple-finder', text: 'File Manager' },
168+
{ to: '/content/file-manager', icon: 'i-hugeicons-apple-finder', text: 'Files' },
169169
{ to: '/content/pages', icon: 'i-hugeicons-file-02', text: 'Pages' },
170170
{ to: '/content/posts', icon: 'i-hugeicons-message-edit-02', text: 'Posts' },
171171
{ to: '/content/categories', icon: 'i-hugeicons-tags', text: 'Categories' },

0 commit comments

Comments
 (0)