Skip to content

Commit 3ad0f19

Browse files
committed
chore: wip
1 parent 2a1951b commit 3ad0f19

File tree

10 files changed

+959
-12
lines changed

10 files changed

+959
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
>
4646
<span class="sr-only">Close sidebar</span>
4747

48-
<div class="i-hugeicons-x-mark h-6 w-6 text-white" />
48+
<div class="i-hugeicons-cancel-01 h-6 w-6 text-white" />
4949
</button>
5050
</div>
5151

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ const sectionContent: Record<string, SectionContent> = {
258258
]
259259
},
260260
{ to: '/analytics/blog', icon: 'i-hugeicons-document-validation', text: 'Blog' },
261+
{ to: '/analytics/events', icon: 'i-hugeicons-target-01', text: 'Events' },
261262
{ to: '/analytics/commerce/web', icon: 'i-hugeicons-shopping-cart-02', text: 'Commerce' },
262263
{ to: '/analytics/commerce/sales', icon: 'i-hugeicons-sale-tag-01', text: 'Sales' },
263264
{ to: '/analytics/marketing', icon: 'i-hugeicons-megaphone-01', text: 'Marketing' },

storage/framework/defaults/components/Docs/Demo/DialogDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function handleClose() {
5454
class="text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 rounded-full p-1"
5555
@click="handleClose"
5656
>
57-
<div class="i-hugeicons-x-mark-20-solid w-5 h-5" />
57+
<div class="i-hugeicons-cancel-01-20-solid w-5 h-5" />
5858
</button>
5959
</div>
6060

0 commit comments

Comments
 (0)