Skip to content

Commit 932f0e9

Browse files
authored
docs(tutorial): fix styles for Index route (#9175)
* docs(tutorial): fix styles for Index route The stylesheet references the id as `zero-state`, but the code gave the id `index` * chore: sign contributors.yml
1 parent 7072126 commit 932f0e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@
7979
- williamsdyyz
8080
- xavier-lc
8181
- fz6m
82+
- TkDodo

docs/getting-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ Feel free to copy paste, nothing special here.
12241224
```jsx filename=src/routes/index.jsx
12251225
export default function Index() {
12261226
return (
1227-
<p id="index">
1227+
<p id="zero-state">
12281228
This is a demo for React Router.
12291229
<br />
12301230
Check out{" "}

0 commit comments

Comments
 (0)