@@ -23,10 +23,10 @@ const recentActivity = [
23
23
]
24
24
25
25
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' },
30
30
]
31
31
32
32
const timeRange = ref (' Last 7 days' )
0 commit comments