diff --git a/components/Header.tsx b/components/Header.tsx index 5c8d22f0c..eb916dfd5 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -76,7 +76,7 @@ const AccordionDetails = styled(MuiAccordionDetails)(({ theme }) => ({ }, })) -const StyledMenu = styled((props: MenuProps) => )(({ theme }) => ({ +const StyledMenu = styled((props: MenuProps) => )(({ theme }) => ({ '& .MuiPaper-root': { borderRadius: theme.spacing(1), boxShadow: `0px 4px 9px ${theme.palette.primary.light}`, diff --git a/pages/index.tsx b/pages/index.tsx index f458f0096..36dc2f5a8 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -636,10 +636,10 @@ const Home = () => { return ( - + - + { - +