Keep space under the guide logo and align header and body.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
adilallo
2026-08-18 21:36:12 -06:00
co-authored by Cursor
parent 73cb73a5af
commit 63842b31c8
7 changed files with 81 additions and 36 deletions
@@ -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}
/>
);
},