update the command menu
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m30s

This commit is contained in:
Lee
2024-04-22 17:06:50 +01:00
parent 9ba13d1160
commit e277645333
2 changed files with 5 additions and 8 deletions

View File

@ -100,8 +100,10 @@ export function CommandMenu({ ...props }: ButtonProps): ReactElement {
router.push(`/docs/${page.slug}`);
setOpen(false);
}}
className="flex flex-col items-start gap-1"
>
{page.title}
<p className="font-semibold text-primary">{page.title}</p>
<p>{page.summary}</p>
</CommandItem>
);
})}