Skip to content

Commit ca7888b

Browse files
authored
Merge pull request #3892 from Muchiri-cmd/patch-1
Update part10b.md
2 parents b582fdf + 8fb95a4 commit ca7888b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/10/en/part10b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ const SignIn = () => {
608608
export default SignIn;
609609
```
610610

611-
Set up a route for this <em>SignIn</em> component in the <em>Main</em> component. Also, add a tab with the text "Sign in" to the app bar next to the "Repositories" tab. Users should be able to navigate between the two views by pressing the tabs (hint: you can use the React router's [Link](https://reactrouter.com/en/6.4.5/components/link-native) component).
611+
Set up a route for this <em>SignIn</em> component in the <em>Main</em> component. Also, add a tab with the text "Sign in" to the app bar next to the "Repositories" tab. Users should be able to navigate between the two views by pressing the tabs (hint: you can use the React router's [Link](https://reactrouter.com/6.4.5/components/link-native) component).
612612

613613
#### Exercise 10.7: scrollable app bar
614614

0 commit comments

Comments
 (0)