diff --git a/striker-ui/components/Header.tsx b/striker-ui/components/Header.tsx index 25134561..eabad80e 100644 --- a/striker-ui/components/Header.tsx +++ b/striker-ui/components/Header.tsx @@ -14,7 +14,7 @@ const useStyles = makeStyles((theme) => }, input: { height: '40px', - width: '500px', + width: '30vw', backgroundColor: theme.palette.secondary.main, borderRadius: '3px', }, @@ -28,20 +28,14 @@ const Header = (): JSX.Element => { const classes = useStyles(); return ( - - + + - + - + {ICONS.map( (icon): JSX.Element => ( ({ @@ -34,35 +33,32 @@ const Home = (): JSX.Element => { return ( <> -
- - {data?.anvils && ( - <> - - - - - - - - - - - - - - - - - )} - +
+ {data?.anvils && ( + + + + + + + + + + + + + + + + + + )} );