docs: open AI assistant based on search query (#13063)
* docs: open AI assistant based on search query * use URLSearchParams * fix vale error
This commit is contained in:
@@ -23,7 +23,7 @@ export const InlineCode = ({
|
||||
<code
|
||||
{...props}
|
||||
className={clsx(
|
||||
"text-medusa-tag-neutral-text border",
|
||||
"text-medusa-tag-neutral-text border whitespace-break-spaces",
|
||||
"font-monospace text-code-label rounded-docs_sm py-0 px-[5px]",
|
||||
variant === "default" && [
|
||||
"bg-medusa-tag-neutral-bg group-hover:bg-medusa-tag-neutral-bg-hover",
|
||||
|
||||
Reference in New Issue
Block a user