diff --git a/components/elements/response.tsx b/components/elements/response.tsx index c1b4e85..57992ce 100644 --- a/components/elements/response.tsx +++ b/components/elements/response.tsx @@ -13,6 +13,13 @@ export const Response = memo( 'size-full [&>*:first-child]:mt-0 [&>*:last-child]:mb-0', className, )} + components={{ + code: ({ children, className, ...props }) => ( + + {children} + + ), + }} {...props} /> ),