diff --git a/components/HomeBanner.tsx b/components/HomeBanner.tsx index bdc998b..9851d9a 100644 --- a/components/HomeBanner.tsx +++ b/components/HomeBanner.tsx @@ -183,23 +183,23 @@ export default function HomeBanner() {
) : null} + {/* Dismiss button */} +{subtitle}
) : null} - {description ? ( + {(description && isDesktop) ? ({description}
) : null} {ctaLabel ? ( @@ -245,7 +245,7 @@ export default function HomeBanner() { {/* Base content - always present under the banner */} -