diff --git a/astro/src/components/web/TextWithImage.astro b/astro/src/components/web/TextWithImage.astro index 98ee1eb..d56b4dd 100644 --- a/astro/src/components/web/TextWithImage.astro +++ b/astro/src/components/web/TextWithImage.astro @@ -15,14 +15,17 @@ const imageSize = () => { } --- -
-
+
+

{textWithImage.title}

{ textWithImage.text !== null && (
) }
-
+