From 560a23de95c446875fbcca15d07de748eb642a4d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 18 Jun 2023 23:00:19 +0100 Subject: [PATCH] style: run rustywind --- src/components/AboutMe.astro | 4 ++-- src/components/Testimonials.astro | 2 +- src/components/YouTubeVideo.astro | 2 +- src/layouts/Layout.astro | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/AboutMe.astro b/src/components/AboutMe.astro index f173bfd5..3efd3c1b 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 ec9191a3..c681e6b8 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 9d4820c6..3b6b9616 100644 --- a/src/components/YouTubeVideo.astro +++ b/src/components/YouTubeVideo.astro @@ -8,7 +8,7 @@ const videoId = Astro.props.id;