{leadingIconComponent}
- {children}
- {trailingIconComponent}
- {description && (
- {description}
- )}
+
+ {children}
+ {trailingIconComponent}
+ {description && (
+ {description}
+ )}
+
)
}
diff --git a/services/web/frontend/stories/ui/dropdown-menu.stories.tsx b/services/web/frontend/stories/ui/dropdown-menu.stories.tsx
index 3426299cc3..fcd0cf9855 100644
--- a/services/web/frontend/stories/ui/dropdown-menu.stories.tsx
+++ b/services/web/frontend/stories/ui/dropdown-menu.stories.tsx
@@ -138,7 +138,7 @@ export const Description = (args: Args) => {
)
}
-export const Icon = (args: Args) => {
+export const LeadingIcon = (args: Args) => {
return (