diff --git a/components/congressional-app-challenge/polaroid.js b/components/congressional-app-challenge/polaroid.js index 3e15544a..b2c1b2e3 100644 --- a/components/congressional-app-challenge/polaroid.js +++ b/components/congressional-app-challenge/polaroid.js @@ -1,6 +1,6 @@ import { Box, Text, Image } from 'theme-ui' -export default function Polaroid({ image, caption, sxProps, children }) { +export default function Polaroid({ image, alt, caption, sxProps, children }) { return ( {alt} {alt} A sticker of Orpheus A sticker of Heidi The Hack Club logo A plus symbol The Congressional App Challenge logo @@ -215,6 +220,7 @@ function Page({ carouselCards }) { > An exclamation point @@ -443,6 +449,7 @@ function Page({ carouselCards }) {