update the command menu
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m30s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m30s
This commit is contained in:
@ -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>
|
||||
);
|
||||
})}
|
||||
|
Reference in New Issue
Block a user