Skip to content

Commit 6c68455

Browse files
committed
chore: wip
1 parent 953c68d commit 6c68455

File tree

1 file changed

+4
-4
lines changed
  • storage/framework/defaults/views/dashboard

1 file changed

+4
-4
lines changed

storage/framework/defaults/views/dashboard/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ const recentActivity = [
2323
]
2424
2525
const quickLinks = [
26-
{ name: 'Blog', description: 'Manage your blog posts and categories', icon: 'i-hugeicons-document-validation', href: '/dashboard/blog', color: 'bg-blue-500' },
27-
{ name: 'Commerce', description: 'View orders and manage products', icon: 'i-hugeicons-shopping-cart-02', href: '/dashboard/commerce', color: 'bg-green-500' },
28-
{ name: 'Cloud', description: 'Monitor cloud performance and status', icon: 'i-hugeicons-ai-cloud', href: '/dashboard/servers', color: 'bg-purple-500' },
29-
{ name: 'Settings', description: 'Configure your application settings', icon: 'i-hugeicons-settings-01', href: '/dashboard/settings', color: 'bg-gray-500' },
26+
{ name: 'Blog', description: 'Manage your blog posts and categories', icon: 'i-hugeicons-document-validation', href: '/content/dashboard', color: 'bg-blue-500' },
27+
{ name: 'Commerce', description: 'View orders and manage products', icon: 'i-hugeicons-shopping-cart-02', href: '/commerce', color: 'bg-green-500' },
28+
{ name: 'Cloud', description: 'Monitor cloud performance and status', icon: 'i-hugeicons-ai-cloud', href: '/cloud', color: 'bg-purple-500' },
29+
{ name: 'Settings', description: 'Configure your application settings', icon: 'i-hugeicons-settings-01', href: '/settings', color: 'bg-gray-500' },
3030
]
3131
3232
const timeRange = ref('Last 7 days')

0 commit comments

Comments
 (0)