diff --git a/src/components/Gallery.astro b/src/components/Gallery.astro index 7567dc7..60e8c47 100644 --- a/src/components/Gallery.astro +++ b/src/components/Gallery.astro @@ -1,5 +1,6 @@ --- -import { Image, Picture } from "astro:assets"; +import { Image } from "astro:assets"; +import Modal from "./Modal.astro"; interface Props { images: { @@ -11,45 +12,33 @@ interface Props { const { images } = Astro.props; --- -
- + + )) + } + +
+ + + + -