Skip to content

Commit

Permalink
🐛 fix(docs): Make the document clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Feb 21, 2024
1 parent bee2b48 commit 76b479a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ const ThemeList = ['light', 'dark', 'blue', 'green'];
const Layout = () => {
return (
<ThemesProvider def='auto' list={ThemeList}>
<OtherComponents />
{/* <OtherComponents /> */}
<Switch />
<OtherComponents />
{/* <OtherComponents /> */}
</ThemesProvider>
);
};
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ const ThemeList = ['light', 'dark', 'blue', 'green'];
const Layout = () => {
return (
<ThemesProvider def='auto' list={ThemeList}>
<OtherComponents />
{/* <OtherComponents /> */}
<Switch />
<OtherComponents />
{/* <OtherComponents /> */}
</ThemesProvider>
);
};
Expand Down

0 comments on commit 76b479a

Please sign in to comment.