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

(refactor): updated chat online link

This commit is contained in:
2023-12-18 19:47:33 +05:30
parent 220dde6289
commit 00d5da49f6
3 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ CREATE TABLE `quick_actions` (
INSERT INTO `quick_actions` (`id`, `name`, `icon`, `link`, `stag`) VALUES
(1, 'Send Email', 'xtnsvhie.json', 'mailto:hey@neosubhamoy.com', 'contact'),
(2, 'Chat Online', 'fdxqrdfe.json', '#', 'contact'),
(2, 'Chat Online', 'fdxqrdfe.json', 'https://www.t.me/neo_subhamoy', 'contact'),
(3, 'Source Code', 'lzgmgrnn.json', '#', NULL);
-- --------------------------------------------------------