Keep space under the guide logo and align header and body.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -22,6 +22,7 @@ const ContentBannerContainer = memo<ContentBannerProps>(
|
||||
leadingImageAlt,
|
||||
rulePreview,
|
||||
contentTone,
|
||||
updatedLabel,
|
||||
}) => {
|
||||
const variant = variantProp;
|
||||
const tUseCase = useTranslation("pages.useCasesCompletedRule");
|
||||
@@ -81,6 +82,7 @@ const ContentBannerContainer = memo<ContentBannerProps>(
|
||||
rulePreview={rulePreview}
|
||||
contentTone={contentTone}
|
||||
ruleCardLinkAriaLabel={ruleCardLinkAriaLabel}
|
||||
updatedLabel={updatedLabel}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user