Skip to content

Commit d7504bd

Browse files
committed
refactor minor
1 parent 140fae3 commit d7504bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Fullstack with Node.js Express:
1818
Fullstack 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
2325
Fullstack with Django:

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)