Skip to content

Commit 335bdac

Browse files
committed
chore: wip
1 parent a990a1d commit 335bdac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const sectionContent: Record<string, SectionContent> = {
173173
icon: 'i-hugeicons-cloud',
174174
text: 'Cloud',
175175
children: [
176-
{ to: '/servers', icon: 'i-hugeicons-server-stack-01', text: 'Servers' },
176+
{ to: '/servers', icon: 'i-hugeicons-server-stack-02', text: 'Servers' },
177177
{ to: '/workers', icon: 'i-hugeicons-labor', text: 'Workers' }
178178
]
179179
},

storage/framework/types/components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// @ts-nocheck
33
// Generated by unplugin-vue-components
44
// Read more: https://github.com/vuejs/core/pull/3399
5+
// biome-ignore lint: disable
56
export {}
67

78
/* prettier-ignore */
@@ -24,6 +25,7 @@ declare module 'vue' {
2425
CLIForm: typeof import('./../defaults/components/Dashboard/Settings/Forms/CLIForm.vue')['default']
2526
CloudForm: typeof import('./../defaults/components/Dashboard/Settings/Forms/CloudForm.vue')['default']
2627
CodeEditor: typeof import('./../defaults/components/Dashboard/CodeEditor.vue')['default']
28+
ComboboxDemo: typeof import('./../../../resources/components/Docs/combobox/ComboboxDemo.vue')['default']
2729
ComingSoon: typeof import('./../defaults/components/Marketing/ComingSoon.vue')['default']
2830
Container: typeof import('./../../../resources/components/Container.vue')['default']
2931
Counter: typeof import('./../defaults/components/Buttons/Counter.vue')['default']

0 commit comments

Comments
 (0)