Skip to content

Commit 1fe593f

Browse files
committed
Update contact email
1 parent c2b66e1 commit 1fe593f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ interface IconsProps {
5656
</IconButton>
5757
<IconButton
5858
component={Link}
59-
href="mailto:[email protected]"
59+
href="mailto:[email protected]"
6060
target="_blank"
6161
sx={{ color: color ?? 'inherit' }}
6262
>

src/Sponsorship.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ const Sponsorship = (): ReactElement => {
409409

410410
<Box sx={{ mt: 8 }}>
411411
<Typography variant="caption">{t("sponsorship.tax")}</Typography>
412-
<Typography variant="caption" paragraph>{t("sponsorship.contact1")} <Link href="mailto:[email protected]">[email protected]</Link> {t("sponsorship.contact2")}</Typography>
412+
<Typography variant="caption" paragraph>{t("sponsorship.contact1")} <Link href="mailto:[email protected]">[email protected]</Link> {t("sponsorship.contact2")}</Typography>
413413
</Box>
414414
</Container>
415415
<Footer/>

0 commit comments

Comments
 (0)