chore(CI): get docs building on ALL branches. (#26854)

This commit is contained in:
Evan Rusackas
2024-01-29 13:13:35 -07:00
committed by GitHub
parent c3aacc6f42
commit 8db5d13749
4 changed files with 36 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ const StyledSectionHeaderH2 = styled(StyledSectionHeader)`
interface SectionHeaderProps {
level: any;
title: string;
subtitle?: string;
subtitle?: string | Element | React.ReactNode;
dark?: boolean;
}

View File

@@ -217,7 +217,6 @@ const Community = () => {
</a>
}
description={<p className="description">{description}</p>}
role="group"
aria-label="Community link"
/>
</List.Item>