mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 18:13:01 +05:30
(refactor): changed neosubhamoy.dev referance to neosubhamoy.com
This commit is contained in:
@@ -19,7 +19,7 @@ document.addEventListener('keydown', function(event) {
|
||||
window.location.href = basePath + "/contact";
|
||||
}
|
||||
else if (pressedKeys['q'] && pressedKeys['e']) {
|
||||
window.location.href = "mailto:hey@neosubhamoy.dev";
|
||||
window.location.href = "mailto:hey@neosubhamoy.com";
|
||||
}
|
||||
else if (pressedKeys['q'] && pressedKeys['m']) {
|
||||
window.location.href = "#";
|
||||
|
||||
Reference in New Issue
Block a user