Skip to content

Commit

Permalink
change lightbox slide src to github deploy generated src
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary2021 committed Aug 6, 2024
1 parent 214f71b commit d23b6ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/layouts/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ const Main = (props) => {
open={open}
close={() => setOpen(false)}
slides={[
{ src: {pic1}},
{ src: {pic2}},
{ src: {pic3}},
{ src: {pic4}}
{ src: '/e-commerce-product-page/assets/image-product-1-D36l1Pee.jpg'},
{ src: '/e-commerce-product-page/assets/image-product-2-BT5cmuDx.jpg'},
{ src: '/e-commerce-product-page/assets/image-product-3-CDkTofMU.jpg'},
{ src: '/e-commerce-product-page/assets/image-product-4-DXKEAM1K.jpg'}
]}
/>
</article>
Expand Down Expand Up @@ -202,10 +202,10 @@ const Main = (props) => {
open={open}
close={() => setOpen(false)}
slides={[
{ src: {pic1}},
{ src: {pic2}},
{ src: {pic3}},
{ src: {pic4}}
{ src: '/e-commerce-product-page/assets/image-product-1-D36l1Pee.jpg'},
{ src: '/e-commerce-product-page/assets/image-product-2-BT5cmuDx.jpg'},
{ src: '/e-commerce-product-page/assets/image-product-3-CDkTofMU.jpg'},
{ src: '/e-commerce-product-page/assets/image-product-4-DXKEAM1K.jpg'}
]}
/>
</figure>
Expand Down

0 comments on commit d23b6ce

Please sign in to comment.