- handleSelectedImage(image.altDescription)
- }
+ sx={{
+ display: 'flex',
+ flexDirection: 'column',
+ alignItems: 'center',
+ gap: '8px',
+ padding: '10px',
+ border: '1px solid #e0e0e0',
+ borderRadius: '8px',
+ backgroundColor: '#fafafa',
+ }}
>

+ handleSelectedImage(image.altDescription)
+ }
/>
-
+
+