From 4764a067bcfd65e55b8c8cdf18d107a6c6b96250 Mon Sep 17 00:00:00 2001 From: Jonathan McKenzie Date: Fri, 22 Sep 2023 19:11:49 -0400 Subject: [PATCH] Triggering gh-pages build/deploy, once more --- src/components/Accordion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Accordion.tsx b/src/components/Accordion.tsx index 7f4213e..005aedc 100644 --- a/src/components/Accordion.tsx +++ b/src/components/Accordion.tsx @@ -6,7 +6,7 @@ import { PropsWithChildren } from 'react'; import { css, jsx } from '@emotion/react'; import { MetrocommonTriangle } from './MetrocommonTriangle'; -// Need to use an intersection type so we can use React "children" props +// Need to use an intersection type so we can use "children" props export type AccordionProps = React.PropsWithChildren & { triangleColor?: string, title: React.ReactElement