From 50692c38d9cd12d0ec1c56483c1a2b18b300329d Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 15 Jun 2023 17:02:25 +0200 Subject: [PATCH] feat: add option for multiple photos to figure component --- src/components/Figure.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Figure.tsx b/src/components/Figure.tsx index 6846a92..236e89d 100644 --- a/src/components/Figure.tsx +++ b/src/components/Figure.tsx @@ -24,7 +24,7 @@ export const Figure: FunctionalComponent = ({ return (
-
{children}
+
{children}
{caption && (
{caption}