Skip to content

Commit

Permalink
Use our own link
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Aug 12, 2024
1 parent d6bfc1c commit 8e2b9dc
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/pages/aboutUs/Supporters.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
Unstable_Grid2 as Grid,
Link as MuiLink,
Stack,
Typography,
} from "@mui/material"
Expand Down Expand Up @@ -69,14 +68,14 @@ const Supporters: FC<SupportersProps> = () => {
<Typography variant="h5">Teachers, parents, and creatives</Typography>
<Typography>
Please get in touch through our{" "}
<MuiLink
// TODO: Implement Freshdesk widget hook
// onClick={() => {
// useFreshworksWidget("open")
// }}
>
contact
</MuiLink>{" "}
{/*<Link*/}
{/*TODO: Implement Freshdesk widget hook*/}
{/*onClick={() => {*/}
{/* useFreshworksWidget("open")*/}
{/*}}*/}
{/*>*/}
{/* contact*/}
{/*</Link>{" "}*/}
form and let us know how you would like to get involved.
</Typography>
<Typography>
Expand Down

0 comments on commit 8e2b9dc

Please sign in to comment.