Scaled the flag image
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 146 KiB |
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user