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

(refactor): updated source code repo link

This commit is contained in:
2024-01-10 21:31:59 +05:30
parent f060390a93
commit 639ad89462
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,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', 'https://www.t.me/neo_subhamoy', 'contact'),
(3, 'Source Code', 'lzgmgrnn.json', '#', NULL);
(3, 'Source Code', 'lzgmgrnn.json', 'https://github.com/neosubhamoy/neosubhamoy-portfolio', NULL);
-- --------------------------------------------------------