diff --git a/src/components/InfoBox.astro b/src/components/InfoBox.astro index 8a111d6..446626c 100644 --- a/src/components/InfoBox.astro +++ b/src/components/InfoBox.astro @@ -2,12 +2,12 @@ const {title, body} = Astro.props; --- -
- +
+ {title} -
+
\ No newline at end of file