@@ -10,7 +10,7 @@ export const LightBox = (props) => {
<FsLightbox
toggler={toggler}
sources={[props.src]}
- type='image'
+ type="image"
/>
</>
);