From 2c5a17638ead9155674227153d492c48743f974f Mon Sep 17 00:00:00 2001 From: Ben Borgers Date: Mon, 22 Jul 2024 19:29:50 -0400 Subject: [PATCH] Add spacer --- src/app/contact/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cf8c4c7..6fecde2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -28,6 +28,8 @@ export default async function ContactPage() {

{fields.heading}

{parse(fields.description)} + {/* Temporary spacer to make things look alright */} +
); }