Skip to content

Commit 61c7c08

Browse files
authored
docs(tutorial): fix styles for Index route
The stylesheet references the id as `zero-state`, but the code gave the id `index`
1 parent 7072126 commit 61c7c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)