Skip to content

Commit 5e36205

Browse files
committed
Remove versions of Webpack and React Router
1 parent 4f46883 commit 5e36205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default class Home extends Component {
8181
href='https://react-router.now.sh/'
8282
target='_blank'
8383
>
84-
<h4>React Router (v4)</h4>
84+
<h4>React Router</h4>
8585
</a>
8686

8787
<small>Routing Library</small>
@@ -95,7 +95,7 @@ export default class Home extends Component {
9595

9696
<div className='main__item-content'>
9797
<a href='http://webpack.github.io/' target='_blank'>
98-
<h4>Webpack (v3)</h4>
98+
<h4>Webpack</h4>
9999
</a>
100100

101101
<small>Module Bundler</small>

0 commit comments

Comments
 (0)