Skip to content

Commit

Permalink
feat:add action
Browse files Browse the repository at this point in the history
  • Loading branch information
linround committed Sep 11, 2023
1 parent 6dc0e05 commit a4fadf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/LCalendar/modules/MenuHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function (props:IHeaderEvent) {
<span
onClick={() => prev(-1)}>
<SvgIcon iconName='header_arrow-left-circle'
className={mainStyles.iconHover}/>
className={mainStyles.iconHover}/>4444444444
</span>
<span
onClick={() => next(1)}>
Expand Down

0 comments on commit a4fadf8

Please sign in to comment.