Skip to content

Commit d33732b

Browse files
committed
docs: Fix build
* Error: R] Expected "}" but found "]" .vitepress/locales/en_US.ts:106:20: 106 │ ] │ ^ ╵ }
1 parent 97bf93e commit d33732b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/locales/en_US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default defineConfig({
102102
{ text: 'SuperDropdown', link: '/components/superdropdown' },
103103
{ text: 'SuperSpinner', link: '/components/superspinner' },
104104
{ text: 'SuperDialog', link: '/components/superdialog' },
105-
{ text: 'SuperBottomSheet', link: '/components/superbottomsheet'
105+
{ text: 'SuperBottomSheet', link: '/components/superbottomsheet' },
106106
]
107107
},
108108
]

0 commit comments

Comments
 (0)