diff --git a/components/sections/team/team-section.tsx b/components/sections/team/team-section.tsx index f8e109a..9cc3bc8 100644 --- a/components/sections/team/team-section.tsx +++ b/components/sections/team/team-section.tsx @@ -21,7 +21,7 @@ const StyledTeamSection = styled(Section)` export const TeamSection: React.FC = () => { return ( - + <Title title="The Team" /> <Team /> </StyledTeamSection> )