Skip to content

Commit 0f12cea

Browse files
authored
Fix change highlights
Fixes #8618
1 parent df1f77a commit 0f12cea

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
@@ -114,7 +114,7 @@ Nothing changes in your app, but now we're ready to start messing with the URL.
114114

115115
Open up `src/App.js`, import `Link` and add some global navigation. Side note: don't take the styling too seriously in this tutorial, we're just using inline styles for convenience, style your apps however you want.
116116

117-
```tsx lines=[1,7-9] filename=src/App.js
117+
```tsx lines=[1,7-15] filename=src/App.js
118118
import { Link } from "react-router-dom";
119119

120120
export default function App() {

0 commit comments

Comments
 (0)