Skip to content

Commit

Permalink
website: fix router links.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 11, 2022
1 parent 872c61b commit 4a364dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ root.render(
<Route index element={<Navigate to="events" replace />} />
<Route path="color" element={<ColorDoc />} />
<Route path="events" element={<EventsDoc />} />
<Route path="line-mumbers-relative" element={<LineNumbersRelativeDoc />} />
<Route path="line-numbers-relative" element={<LineNumbersRelativeDoc />} />
</Route>
</Routes>
</HashRouter>,
Expand Down

0 comments on commit 4a364dd

Please sign in to comment.