1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 04:39:34 +05:30

(refactor): changed neosubhamoy.dev referance to neosubhamoy.com

This commit is contained in:
2023-12-04 23:25:46 +05:30
parent 1d600c7fd7
commit bf0bb2d610
4 changed files with 5 additions and 5 deletions

View File

@@ -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);