Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ignmandagaran committed Apr 12, 2024
1 parent 4a68aa3 commit 59c6c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ export default function FAQ({ faq }: LandingPageFragment) {
{faq._title}
<ChevronUpIcon
className={clsx(
'ml-auto h-6 w-6 rotate-180 transform transition-transform duration-200 ease-in-out',
open && 'rotate-0'
'ml-auto h-6 w-6 transform transition-transform duration-200 ease-in-out',
open ? 'rotate-0' : 'rotate-180'
)}
/>
</Disclosure.Button>
Expand Down

0 comments on commit 59c6c58

Please sign in to comment.