Scaled the flag image

This commit is contained in:
2019-05-26 23:56:34 +10:00
parent c569d99aed
commit a2d80c29b7
3 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

+1 -1
View File
@@ -26,7 +26,7 @@ export default class App extends React.Component {
render() {
return (
<div className = 'central'>
<img className='banner' src={'/img/flag.png'} />
<img className='banner' src={'/img/flag_scaled.png'} />
<BrowserRouter>
<Switch>
<Route exact path='/' component={Home} />