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() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className = 'central'>
|
<div className = 'central'>
|
||||||
<img className='banner' src={'/img/flag.png'} />
|
<img className='banner' src={'/img/flag_scaled.png'} />
|
||||||
<BrowserRouter>
|
<BrowserRouter>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route exact path='/' component={Home} />
|
<Route exact path='/' component={Home} />
|
||||||
|
|||||||
Reference in New Issue
Block a user