diff --git a/src/components/AboutMe.astro b/src/components/AboutMe.astro index f173bfd5b..3efd3c1b3 100644 --- a/src/components/AboutMe.astro +++ b/src/components/AboutMe.astro @@ -7,11 +7,11 @@ import Markdown from "./Markdown.astro";

About me

-
+
Picture of Oliver
diff --git a/src/components/Testimonials.astro b/src/components/Testimonials.astro index ec9191a31..c681e6b8f 100644 --- a/src/components/Testimonials.astro +++ b/src/components/Testimonials.astro @@ -24,7 +24,7 @@ const reversedTestimonials = _(testimonials).reverse() {testimonial.data.image && ( - + )} diff --git a/src/components/YouTubeVideo.astro b/src/components/YouTubeVideo.astro index 9d4820c6a..3b6b96163 100644 --- a/src/components/YouTubeVideo.astro +++ b/src/components/YouTubeVideo.astro @@ -8,7 +8,7 @@ const videoId = Astro.props.id;