mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore(CI): get docs building on ALL branches. (#26854)
This commit is contained in:
@@ -96,7 +96,7 @@ const StyledSectionHeaderH2 = styled(StyledSectionHeader)`
|
||||
interface SectionHeaderProps {
|
||||
level: any;
|
||||
title: string;
|
||||
subtitle?: string;
|
||||
subtitle?: string | Element | React.ReactNode;
|
||||
dark?: boolean;
|
||||
}
|
||||
|
||||
|
||||
@@ -217,7 +217,6 @@ const Community = () => {
|
||||
</a>
|
||||
}
|
||||
description={<p className="description">{description}</p>}
|
||||
role="group"
|
||||
aria-label="Community link"
|
||||
/>
|
||||
</List.Item>
|
||||
|
||||
Reference in New Issue
Block a user