fix dom elements type in intro
This commit is contained in:
@@ -45,7 +45,7 @@ interface IntroLeadProps {
|
||||
|
||||
function IntroLead(props: IntroLeadProps) {
|
||||
return (
|
||||
<StyledIntroLead>
|
||||
<StyledIntroLead as="div">
|
||||
<Title>{props.title}</Title>
|
||||
{props.children}
|
||||
</StyledIntroLead>
|
||||
|
Reference in New Issue
Block a user