1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fix srcset prop

This commit is contained in:
Fedor Katurov 2023-10-30 20:37:52 +06:00
parent a3501859a0
commit 4c19bdcc15

View file

@ -151,7 +151,7 @@ export const FlowSwiperHero: FC<Props> = ({ heroes }) => {
node.thumbnail, node.thumbnail,
imagePresets.small_hero, imagePresets.small_hero,
)} )}
data-srcSet={getSrcSet(node.thumbnail)} data-srcset={getSrcSet(node.thumbnail)}
alt="" alt=""
className={classNames(styles.preview, 'swiper-lazy')} className={classNames(styles.preview, 'swiper-lazy')}
/> />