Skip to content

Commit

Permalink
Update calendar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardaustin authored Nov 26, 2024
1 parent 02b0659 commit 986ee35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/registry/default/ui/calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ function Calendar({
...classNames,
}}
components={{
IconLeft: ({...props}) => <ChevronLeft className="h-4 w-4" {...props} />,
IconRight: ({...props}) => <ChevronRight className="h-4 w-4" {...props} />,
IconLeft: ({ ...props }) => <ChevronLeft className="h-4 w-4" {...props} />,
IconRight: ({ ...props }) => <ChevronRight className="h-4 w-4" {...props} />,
}}
{...props}
/>
Expand Down

0 comments on commit 986ee35

Please sign in to comment.