This commit is contained in:
Morten Olsen
2022-03-30 16:28:49 +02:00
parent 6e98a16895
commit b654ba7e74

View File

@@ -115,7 +115,6 @@ const Hero: React.FC<Props> = ({ profile }) => (
</SlideIn>
))}
</Social>
<HeroBackground />
</Wrapper>
);