Skip to content

Commit

Permalink
Update NavBar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rai-Sahil authored Dec 23, 2023
1 parent 0a09c4d commit dab6eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NavBars/MainNavBar/NavBar.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './navBar.css'

function handleSayHelloClick() {
const email = 'your_email@example.com';
const email = 'raisahil580@gmail.com';
const mailtoLink = `mailto:${email}`;
window.location.href = mailtoLink;
}
Expand All @@ -19,4 +19,4 @@ const NavBar = () => {
)
}

export default NavBar;
export default NavBar;

0 comments on commit dab6eb9

Please sign in to comment.