|
|
@ -26,13 +26,13 @@ const Header = (): JSX.Element => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<AppBar position="static" className={classes.appBar}> |
|
|
|
<AppBar position="static" className={classes.appBar}> |
|
|
|
<Grid container alignItems="center" justify="space-between"> |
|
|
|
<Grid container alignItems="center" justify="space-between"> |
|
|
|
<Grid> |
|
|
|
<Grid item> |
|
|
|
<Image src="/pngs/logo.png" width="160" height="40" /> |
|
|
|
<Image src="/pngs/logo.png" width="160" height="40" /> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
<Grid> |
|
|
|
<Grid item> |
|
|
|
<input className={classes.input} list="search-suggestions" /> |
|
|
|
<input className={classes.input} list="search-suggestions" /> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
<Grid> |
|
|
|
<Grid item> |
|
|
|
{ICONS.map( |
|
|
|
{ICONS.map( |
|
|
|
(icon): JSX.Element => ( |
|
|
|
(icon): JSX.Element => ( |
|
|
|
<Image |
|
|
|
<Image |
|
|
|