File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Fullstack with Node.js Express:
1818Fullstack with Spring Boot:
1919> [ React.js + Spring Boot + MySQL] ( https://bezkoder.com/react-spring-boot-crud/ )
2020
21+ > [ React.js + Spring Boot + PostgreSQL] ( https://bezkoder.com/spring-boot-react-postgresql/ )
22+
2123> [ React.js + Spring Boot + MongoDB] ( https://bezkoder.com/react-spring-boot-mongodb/ )
2224
2325Fullstack with Django:
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ class App extends Component {
1212 return (
1313 < div >
1414 < nav className = "navbar navbar-expand navbar-dark bg-dark" >
15- < a href = "/tutorials" className = "navbar-brand" >
15+ < Link to = { "/tutorials" } className = "navbar-brand" >
1616 bezKoder
17- </ a >
17+ </ Link >
1818 < div className = "navbar-nav mr-auto" >
1919 < li className = "nav-item" >
2020 < Link to = { "/tutorials" } className = "nav-link" >
You can’t perform that action at this time.
0 commit comments