Skip to content

Commit

Permalink
fix: issues before release (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonstudio committed Apr 19, 2024
1 parent ab3eac4 commit f930ba6
Show file tree
Hide file tree
Showing 4 changed files with 911 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dumi/theme/layouts/GlobalLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const GlobalLayout: React.FC = () => {
const { locale } = useIntl();

return (
// @ts-ignore ts props error in dumi theme
<ThemeGlobalLayout>
<Web3ConfigProvider locale={locale === 'zh-CN' ? zh_CN : en_US}>
<SiteThemeProvider themeMode={color || 'auto'}>
Expand Down

0 comments on commit f930ba6

Please sign in to comment.