Skip to content

Commit

Permalink
change email from [email protected] to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni Vaishnav committed Nov 13, 2024
1 parent e0e6fb7 commit 266142a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/sections/SponsorsSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ export default function SponsorsSection() {
<h3 className={styles.sponsorCall}>
{/* eslint-disable-next-line react/jsx-one-expression-per-line */}
If you are interested in sponsoring us, please email{' '}
<a
className={styles.sponsorEmail}
href="mailto:[email protected]"
>
[email protected]
<a className={styles.sponsorEmail} href="mailto:[email protected]">
[email protected]
</a>
!
</h3>
Expand Down

0 comments on commit 266142a

Please sign in to comment.