Skip to content

Commit

Permalink
Merge pull request #27 from afadil/income_dashboard
Browse files Browse the repository at this point in the history
Income dashboard
  • Loading branch information
afadil authored Aug 26, 2024
2 parents c8c887b + 3278155 commit 30d61fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lodash": "^4.17.21",
"lucide-react": "^0.436.0",
"react": "^18.3.1",
"react-day-picker": "^9.0.8",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-router-dom": "^6.26.1",
Expand Down
4 changes: 2 additions & 2 deletions src/components/ui/calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ function Calendar({ className, classNames, showOutsideDays = true, ...props }: C
...classNames,
}}
components={{
IconLeft: ({ ...props }) => <ChevronLeft className="h-4 w-4" {...props} />,
IconRight: ({ ...props }) => <ChevronRight className="h-4 w-4" {...props} />,
IconLeft: () => <ChevronLeft className="h-4 w-4" />,
IconRight: () => <ChevronRight className="h-4 w-4" />,
}}
{...props}
/>
Expand Down

0 comments on commit 30d61fb

Please sign in to comment.