diff --git a/src/components/Picture.astro b/src/components/Picture.astro index 3f76baf..8552fa2 100644 --- a/src/components/Picture.astro +++ b/src/components/Picture.astro @@ -3,9 +3,25 @@ import Image from "./Image.astro"; const {src, alt, caption} = Astro.props; --- -
- {alt} -
+
+ {alt}/ +
{caption}
+ +