Update dependencies

This commit is contained in:
Darren Clarke 2024-11-25 09:31:25 +01:00
parent 48aa89f7cf
commit 7ad25e8a95
49 changed files with 2116 additions and 1699 deletions

View file

@ -2,7 +2,7 @@
import { FC } from "react";
import Image from "next/legacy/image";
import { Grid, Box, GridSize } from "@mui/material";
import { Grid, Box } from "@mui/material";
import AboutDots from "../images/about-dots.png";
import { useLeafcutterContext } from "./LeafcutterProvider";
@ -44,7 +44,7 @@ export const AboutFeature: FC<AboutFeatureProps> = ({
spacing={5}
alignContent="flex-start"
>
<Grid item xs={textColumns as GridSize}>
<Grid item xs={textColumns as any}>
<Box component="h2" sx={h2}>
{title}
</Box>
@ -54,7 +54,7 @@ export const AboutFeature: FC<AboutFeatureProps> = ({
</Grid>
<Grid
item
xs={(12 - textColumns) as GridSize}
xs={(12 - textColumns) as any}
container
direction={direction}
>