Skip to content

Commit

Permalink
chore: correct type error in theme file (#45949)
Browse files Browse the repository at this point in the history
Signed-off-by: Peach <scdzwyxst@gmail.com>
  • Loading branch information
PeachScript committed Nov 17, 2023
1 parent d13aad6 commit aec6a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dumi/theme/slots/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const locales = {
message: '',
shortMessage: '',
more: '',
link: '',
},
};

Expand Down

1 comment on commit aec6a80

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.