diff --git a/components/HomeContent.js b/components/HomeContent.js index c8f95e3..341435d 100644 --- a/components/HomeContent.js +++ b/components/HomeContent.js @@ -10,7 +10,12 @@ const HomeStyles = styled.div` export default function HomeContent({ alt, imageProps }) { return ( - {alt} + {alt} );