File tree 2 files changed +3
-3
lines changed
.vitepress/theme/components
src/content/docs/components
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const props = defineProps<CalloutProps>()
18
18
19
19
<template >
20
20
<Alert class =" not-docs" :class =" cn('my-6 bg-muted/50', props.class)" >
21
- <span v-if =" icon" classs =" mr-4 text-2xl" >{{ icon }}</span >
21
+ <span v-if =" icon" class =" mr-4 text-2xl" >{{ icon }}</span >
22
22
<AlertTitle v-if =" title" >
23
23
{{ title }}
24
24
</AlertTitle >
Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ This button works independently of the `SidebarMenuButton` i.e. you can have the
761
761
</a>
762
762
</SidebarMenuButton>
763
763
<SidebarMenuAction>
764
- <Plus /> <span classs ="sr-only">Add Project</span>
764
+ <Plus /> <span class ="sr-only">Add Project</span>
765
765
</SidebarMenuAction>
766
766
</SidebarMenuItem>
767
767
</template>
@@ -849,7 +849,7 @@ A collapsible sidebar menu.
849
849
``` vue:line-numbers
850
850
<template>
851
851
<SidebarMenu>
852
- <Collapsible defaultOpen classs ="group/collapsible">
852
+ <Collapsible defaultOpen class ="group/collapsible">
853
853
<SidebarMenuItem>
854
854
<CollapsibleTrigger asChild>
855
855
<SidebarMenuButton />
You can’t perform that action at this time.
0 commit comments