From 9eff33e175be30a98b8fd803b4cb84f755bfcccc Mon Sep 17 00:00:00 2001 From: Myles Date: Sun, 20 Oct 2024 12:23:13 -0400 Subject: [PATCH] linting --- app/components/Button/index.tsx | 2 +- app/components/HowCanIHelp/HelpItem.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/Button/index.tsx b/app/components/Button/index.tsx index 3f40b2a0..53b2a91f 100644 --- a/app/components/Button/index.tsx +++ b/app/components/Button/index.tsx @@ -48,7 +48,7 @@ const Button = ({ const LinkComponent = !action.startsWith('http') ? Link : ({to, children, ...props}: {[k: string]: any}) => ( - + {children} ) diff --git a/app/components/HowCanIHelp/HelpItem.tsx b/app/components/HowCanIHelp/HelpItem.tsx index 45ad7be0..cd6dd050 100644 --- a/app/components/HowCanIHelp/HelpItem.tsx +++ b/app/components/HowCanIHelp/HelpItem.tsx @@ -16,8 +16,8 @@ const HelpItem = ({title, children, links, titleFont = 'large-bold'}: HelpItemPr
{links?.map((link) => ( -
- +
+
))}