diff --git a/src/components/header-bar/command-palette/sections/list-item.jsx b/src/components/header-bar/command-palette/sections/list-item.jsx index 6d3c3be..939e795 100644 --- a/src/components/header-bar/command-palette/sections/list-item.jsx +++ b/src/components/header-bar/command-palette/sections/list-item.jsx @@ -54,7 +54,9 @@ function ListItem({ )} - {title} + + {title} + {showDescription && ( {description} @@ -62,6 +64,13 @@ function ListItem({