File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
defaults/components/Dashboard Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ const sectionContent: Record<string, SectionContent> = {
173
173
icon: ' i-hugeicons-cloud' ,
174
174
text: ' Cloud' ,
175
175
children: [
176
- { to: ' /servers' , icon: ' i-hugeicons-server-stack-01 ' , text: ' Servers' },
176
+ { to: ' /servers' , icon: ' i-hugeicons-server-stack-02 ' , text: ' Servers' },
177
177
{ to: ' /workers' , icon: ' i-hugeicons-labor' , text: ' Workers' }
178
178
]
179
179
},
Original file line number Diff line number Diff line change 2
2
// @ts -nocheck
3
3
// Generated by unplugin-vue-components
4
4
// Read more: https://github.com/vuejs/core/pull/3399
5
+ // biome-ignore lint: disable
5
6
export { }
6
7
7
8
/* prettier-ignore */
@@ -24,6 +25,7 @@ declare module 'vue' {
24
25
CLIForm : typeof import ( './../defaults/components/Dashboard/Settings/Forms/CLIForm.vue' ) [ 'default' ]
25
26
CloudForm : typeof import ( './../defaults/components/Dashboard/Settings/Forms/CloudForm.vue' ) [ 'default' ]
26
27
CodeEditor : typeof import ( './../defaults/components/Dashboard/CodeEditor.vue' ) [ 'default' ]
28
+ ComboboxDemo : typeof import ( './../../../resources/components/Docs/combobox/ComboboxDemo.vue' ) [ 'default' ]
27
29
ComingSoon : typeof import ( './../defaults/components/Marketing/ComingSoon.vue' ) [ 'default' ]
28
30
Container : typeof import ( './../../../resources/components/Container.vue' ) [ 'default' ]
29
31
Counter : typeof import ( './../defaults/components/Buttons/Counter.vue' ) [ 'default' ]
You can’t perform that action at this time.
0 commit comments