Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Aug 12, 2024
1 parent 8e2b9dc commit 76c84d1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/pages/aboutUs/Supporters.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
Unstable_Grid2 as Grid,
Stack,
Typography,
} from "@mui/material"
import { Unstable_Grid2 as Grid, Stack, Typography } from "@mui/material"
import { type FC } from "react"
import { Image } from "codeforlife/components"
import { Link } from "codeforlife/components/router"
Expand Down Expand Up @@ -67,8 +63,7 @@ const Supporters: FC<SupportersProps> = () => {
</Typography>
<Typography variant="h5">Teachers, parents, and creatives</Typography>
<Typography>
Please get in touch through our{" "}
{/*<Link*/}
Please get in touch through our {/*<Link*/}
{/*TODO: Implement Freshdesk widget hook*/}
{/*onClick={() => {*/}
{/* useFreshworksWidget("open")*/}
Expand Down

0 comments on commit 76c84d1

Please sign in to comment.