This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'development'

+1 -1
+1 -1
src/webapp/features/platforms/bluesky/components/imageEmbed/ImageEmbed.tsx
··· 41 41 <Lightbox.Slides> 42 42 {lightboxImages.map((img) => ( 43 43 <Lightbox.Slide key={img.src}> 44 - <img src={img.src} alt={img.alt} /> 44 + <Image src={img.src} alt={img.alt} /> 45 45 </Lightbox.Slide> 46 46 ))} 47 47 </Lightbox.Slides>