From 08c852a9e84e58a7654a8b5474d83904d8f80f83 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Fri, 21 Jun 2024 14:53:36 +0200 Subject: [PATCH] fix: type error --- src/components/Picture.astro | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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}
+ +