Skip to content

Commit

Permalink
console warnings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Cori1109 committed Sep 14, 2021
1 parent 1ae8c2a commit 42cd742
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,6 @@ function App() {
<Switch>
<Route exact path="/">
<Landing />

</Route>
<Route exact path="/results">

Expand Down
2 changes: 1 addition & 1 deletion src/Components/Home/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function Landing() {
</div>
</div>
</form>
<button className={styles.btn} ><Link className="link" exact to="/results">Find jobs</Link></button>
<button className={styles.btn} ><Link className="link" to="/results">Find jobs</Link></button>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ReactDOM.render(
<BrowserRouter>
<React.StrictMode>
<App />
</React.StrictMode>,
</React.StrictMode>
</BrowserRouter>,
rootElement
);
Expand Down

0 comments on commit 42cd742

Please sign in to comment.