Skip to content

Commit

Permalink
New build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Oct 14, 2024
1 parent 026f1fe commit f5fdfcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PeriodLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const PeriodLinks = (props: PeriodLinkProps) => {
{props.name}
</Listbox.Button>
<Transition
as="div"
className="transition-all duration-500 overflow-hidden"
enterFrom="transform max-h-0"
enterTo="transform opacity-100 max-h-48"
Expand Down

0 comments on commit f5fdfcc

Please sign in to comment.