Skip to content

Commit

Permalink
chore(storybook): Fix typo for prev button of calendar story (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonghyeon authored Jan 23, 2022
1 parent 33344c9 commit 196d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calendar/src/stories/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function Calendar() {
</div>
<p data-testid="cursor-date">{format(cursorDate, 'yyyy. MM')}</p>
<div>
<button aria-label="button for navigating to prev calendar" onClick={navigation.toPrev}>{'>'}</button>
<button aria-label="button for navigating to prev calendar" onClick={navigation.toPrev}>{'<'}</button>
<button aria-label="button for navigating to today calendar" onClick={navigation.setToday}>TODAY</button>
<button aria-label="button for navigating to next calendar" onClick={navigation.toNext}>{'>'}</button>
</div>
Expand Down

0 comments on commit 196d815

Please sign in to comment.