Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanundercover committed Dec 3, 2023
1 parent f36deef commit 6377b67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/templates/mackenzies-mind/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import makeStyles from '@mui/styles/makeStyles';
import {Grid, useMediaQuery, useTheme} from '@mui/material'
import FooterMenuContainer from './FooterMenuContainer'
import {SanityMenuContainer} from "../../../../common/sanityIo/Types";
import {COLORS} from "../../../../theme/common/ColorPalette";
import {COLORS, convertToHexCode} from "../../../../theme/common/ColorPalette";
import {SanityImageAsset} from "../../../BlockContentTypes";
import {urlFor} from "../../../block-content-ui/static-pages/cmsStaticPagesClient";
import useCustomStyles from "../pages/Styles";
import {convertToHexCode} from "../../../customized-theme-provider/CustomizedThemeProvider";

export const useStyles = makeStyles((theme: Theme) => ({
root: {
Expand Down

0 comments on commit 6377b67

Please sign in to comment.