Skip to content

Commit

Permalink
fix: date picker on level change typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Jan 15, 2025
1 parent cd50318 commit 04513a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const CalendarHeader = ({
<Box display="flex" gap="spacing.5" alignItems="center">
{pickerType === 'day' && (
<CalendarLevelIndicator
onClick={() => onLevelChange('month')}
onClick={() => onLevelChange('year')}
showLevelChangeLink={showLevelChangeLink}
accessibilityLabel="Change month"
text={`${month} ${year}`}
Expand Down

0 comments on commit 04513a7

Please sign in to comment.