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:
parent
a3501859a0
commit
4c19bdcc15
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ export const FlowSwiperHero: FC<Props> = ({ heroes }) => {
|
|||
node.thumbnail,
|
||||
imagePresets.small_hero,
|
||||
)}
|
||||
data-srcSet={getSrcSet(node.thumbnail)}
|
||||
data-srcset={getSrcSet(node.thumbnail)}
|
||||
alt=""
|
||||
className={classNames(styles.preview, 'swiper-lazy')}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue