Skip to content

Commit 564d4e3

Browse files
committed
Update HireMeModal.vue
1 parent c9c62f0 commit 564d4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HireMeModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
},
2020
methods: {
2121
sendEmail() {
22-
let email = "nazmeaimanwork@gmail.com";
22+
let email = "nazmeaimanyunus@gmail.com";
2323
window.open(
2424
`mailto:${email}?subject=Job Request (${this.category})&body=${this.projectDescription}`
2525
);

0 commit comments

Comments
 (0)