From b217907768fea8692334634b62cfb8b15cc17d44 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 23 Oct 2023 00:51:19 +0100 Subject: [PATCH] style: prettier --- src/components/Button.astro | 5 +- src/components/Testimonials.astro | 111 ++++++++++++++++++------------ 2 files changed, 72 insertions(+), 44 deletions(-) diff --git a/src/components/Button.astro b/src/components/Button.astro index beb792805..968f2519a 100644 --- a/src/components/Button.astro +++ b/src/components/Button.astro @@ -7,7 +7,10 @@ interface Props { const { href, text } = Astro.props as Props; --- -
+