Skip to content

Commit

Permalink
fix demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Jul 27, 2024
1 parent 9351588 commit 49e5dd4
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 199 deletions.
4 changes: 2 additions & 2 deletions demo/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import NestedSuspenseBug from './nested-suspense';
import Contenteditable from './contenteditable';
import { MobXDemo } from './mobx';
import Zustand from './zustand';
import ReduxToolkit from './redux_toolkit';
import ReduxToolkit from './redux-toolkit';

let isBenchmark = /(\/spiral|\/pythagoras|[#&]bench)/g.test(
window.location.href
Expand Down Expand Up @@ -140,7 +140,7 @@ class App extends Component {
<Link href="/zustand" activeClassName="active">
zustand
</Link>
<Link href="/redux-toolkit" activeClassName="active">
<Link href="/demo/redux-toolkit" activeClassName="active">
redux-toolkit
</Link>
</nav>
Expand Down
Loading

0 comments on commit 49e5dd4

Please sign in to comment.