Skip to content

Commit

Permalink
Fix change highlights
Browse files Browse the repository at this point in the history
Fixes #8618
  • Loading branch information
timdorr committed Jan 26, 2022
1 parent df1f77a commit 0f12cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/tutorial.md
Expand Up @@ -114,7 +114,7 @@ Nothing changes in your app, but now we're ready to start messing with the URL.

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.

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

export default function App() {
Expand Down

0 comments on commit 0f12cea

Please sign in to comment.