From 572fa002845335f99bdfe4155126b577d8897f4e Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Fri, 14 Jun 2024 16:31:20 -0600 Subject: [PATCH] Update src/components/Home/Intro.tsx --- src/components/Home/Intro.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Home/Intro.tsx b/src/components/Home/Intro.tsx index eb5e23720..254062e45 100644 --- a/src/components/Home/Intro.tsx +++ b/src/components/Home/Intro.tsx @@ -17,7 +17,7 @@ function SectionTitle(props) { } function SectionContent(props) { - return
+ return
} interface TableRowProps {