fix dom elements type in intro

This commit is contained in:
August Skare
2018-10-25 14:14:47 +02:00
parent 1899493ca8
commit fb24a18f3f
3 changed files with 11 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ interface IntroLeadProps {
function IntroLead(props: IntroLeadProps) {
return (
<StyledIntroLead>
<StyledIntroLead as="div">
<Title>{props.title}</Title>
{props.children}
</StyledIntroLead>