Added the banner image

This commit is contained in:
2019-05-25 21:39:42 +10:00
parent 1ad4a14b35
commit eef8b3721f
8 changed files with 16 additions and 12 deletions
+1
View File
@@ -20,6 +20,7 @@ export default class App extends React.Component {
render() {
return (
<div className = 'central'>
<img className='banner' src={'/img/flag.png'} />
<BrowserRouter>
<Switch>
<Route exact path='/' component={Home} />