Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darreneng committed Dec 27, 2021
1 parent 8e600af commit 8350b43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/FaqPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <details> and <summary> component, but there is no
// way to animate transitions. The default cursor is also wrong.

return (
<>
Expand Down

0 comments on commit 8350b43

Please sign in to comment.