Skip to content

Commit

Permalink
fix accordion d7
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidiagne committed Nov 9, 2024
1 parent a065ed9 commit 28abc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[lang]/devcon-7/sections/Devcon7Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const EventCard = ({ event = {}, speakers = [], location = "" }: any) => {
className={cn(
"lg:max-h-none lg:opacity-100 lg:block",
"transition-all duration-300 overflow-hidden",
isOpen ? "max-h-[200px] opacity-100" : "max-h-0 opacity-0",
isOpen ? "max-h-[1000px] opacity-100" : "max-h-0 opacity-0",
"lg:transition-none lg:overflow-visible"
)}
>
Expand Down

0 comments on commit 28abc00

Please sign in to comment.