Skip to content

Commit 96dd7a2

Browse files
committed
chore: wip
1 parent 9585b03 commit 96dd7a2

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
@@ -234,7 +234,7 @@ const sectionContent: Record<string, SectionContent> = {
234234
items: [
235235
{ to: '/marketing', icon: 'i-hugeicons-dashboard-speed-01', text: 'Dashboard' },
236236
{ to: '/marketing/social-posts', icon: 'i-hugeicons-time-schedule', text: 'Social Posts' },
237-
{ to: '/marketing/campaigns', icon: 'i-hugeicons-rocket-01-01', text: 'Campaigns' },
237+
{ to: '/marketing/campaigns', icon: 'i-hugeicons-rocket-01', text: 'Campaigns' },
238238
{ to: '/marketing/reviews', icon: 'i-hugeicons-star', text: 'Reviews' },
239239
{ to: '/marketing/analytics', icon: 'i-hugeicons-analytics-01', text: 'Analytics' },
240240
{ to: '/marketing/settings', icon: 'i-hugeicons-settings-02', text: 'Settings' }

0 commit comments

Comments
 (0)