mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
docs: add a high-level architecture diagram to the docs (#33173)
This commit is contained in:
committed by
GitHub
parent
8c94f9c435
commit
79afc2b545
@@ -111,7 +111,7 @@ const StyledTitleContainer = styled('div')`
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledButton = styled(Link)`
|
||||
const StyledButton = styled(Link as React.ComponentType<any>)`
|
||||
border-radius: 10px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user