diff --git a/src/FaqPage.tsx b/src/FaqPage.tsx index d330639..37f6c85 100644 --- a/src/FaqPage.tsx +++ b/src/FaqPage.tsx @@ -52,9 +52,8 @@ type FAQProps = { function FAQ({ question, answer }: FAQProps) { const [isOpen, setIsOpen] = React.useState(true); - // Note that there is a details and summary component, - // but Edge doesn't have support and no way to animate - // transitions. Default cursor is wrong too. + // Note that there is a
and component, but there is no + // way to animate transitions. The default cursor is also wrong. return ( <>