diff --git a/htdocs/assets/_floatingbar.php b/htdocs/assets/_floatingbar.php index 6ef8e8d..4286450 100644 --- a/htdocs/assets/_floatingbar.php +++ b/htdocs/assets/_floatingbar.php @@ -48,7 +48,7 @@

QUICK ACTIONS

-
+

Send Email

@@ -119,7 +119,7 @@
diff --git a/htdocs/assets/js/keybinding-config.js b/htdocs/assets/js/keybinding-config.js index 70cf843..cc81cbd 100644 --- a/htdocs/assets/js/keybinding-config.js +++ b/htdocs/assets/js/keybinding-config.js @@ -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 = "#"; diff --git a/htdocs/home.php b/htdocs/home.php index ea25ff1..417c89e 100644 --- a/htdocs/home.php +++ b/htdocs/home.php @@ -205,7 +205,7 @@ require 'core/query_functions.php';

On a mission to!

make the web more interesting.

-
Wanna join the journey with me?  
email to: hey@neosubhamoy.dev
+
Wanna join the journey with me?  
email to: hey@neosubhamoy.com
patterns
diff --git a/neosubhamoy.sql b/neosubhamoy.sql index a709016..143e6c1 100644 --- a/neosubhamoy.sql +++ b/neosubhamoy.sql @@ -138,7 +138,7 @@ CREATE TABLE `quick_actions` ( -- INSERT INTO `quick_actions` (`id`, `name`, `icon`, `link`, `stag`) VALUES -(1, 'Send Email', 'xtnsvhie.json', 'mailto:hey@neosubhamoy.dev', 'contact'), +(1, 'Send Email', 'xtnsvhie.json', 'mailto:hey@neosubhamoy.com', 'contact'), (2, 'Chat Online', 'fdxqrdfe.json', '#', 'contact'), (3, 'Source Code', 'lzgmgrnn.json', '#', NULL);