Skip to content

Commit

Permalink
fix(enablers):email-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Oct 23, 2023
1 parent 0cb1691 commit 7e7fee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/EnablersPage/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import styles from './Footer.module.css'

export default function Footer() {
const handleEmailClick = () => {
window.location.href = "mailto:info@mulearn.in";
window.location.href = "mailto:enabler@mulearn.org";
};

return (
<div className={styles.footer}>
<div>
<p onClick={handleEmailClick}>Contact Us for your queries: info@mulearn.in</p>
<p onClick={handleEmailClick}>Contact Us for your queries: enabler@mulearn.org</p>
</div>
<p>Copyright © 2023. All Rights Reserved. µLearn Foundation</p>
</div>
Expand Down

0 comments on commit 7e7fee4

Please sign in to comment.