Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Eliasson committed Jul 18, 2020
1 parent 35e88c2 commit b4922fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export MyComponent() {

if (!signedIn) {
return (
<div>You are not signed in.</div>;
<div>You are not signed in.</div>;
);
}

Expand Down Expand Up @@ -193,10 +193,10 @@ import PrivateRoute from "components/privteroute.jsx";
/* Protected routes */
<PrivateRoute exact path="/">
<Dashboard />
</Route>
</PrivateRoute>
<PrivateRoute exact path="/settings">
<Settings />
</Route>
</PrivateRoute>
</Switch>
</Router>;
```
Expand Down

0 comments on commit b4922fc

Please sign in to comment.