diff --git a/packages/gitbook/src/components/AIActions/AIActions.tsx b/packages/gitbook/src/components/AIActions/AIActions.tsx index 9c503b21d..b811ee8fd 100644 --- a/packages/gitbook/src/components/AIActions/AIActions.tsx +++ b/packages/gitbook/src/components/AIActions/AIActions.tsx @@ -251,13 +251,13 @@ function AIActionWrapper(props: { >
{loading ? ( - + ) : icon ? ( typeof icon === 'string' ? ( ) : ( icon @@ -268,9 +268,9 @@ function AIActionWrapper(props: {
{label} - {href ? : null} + {href ? : null} - {description && {description}} + {description && {description}}
);