From 639ad89462098120a2cd77fb19e66acd762e5500 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Wed, 10 Jan 2024 21:31:59 +0530 Subject: [PATCH] (refactor): updated source code repo link --- htdocs/assets/_floatingbar.php | 2 +- neosubhamoy.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/assets/_floatingbar.php b/htdocs/assets/_floatingbar.php index 21adc05..b69e85b 100644 --- a/htdocs/assets/_floatingbar.php +++ b/htdocs/assets/_floatingbar.php @@ -70,7 +70,7 @@ -
+

Source Code

diff --git a/neosubhamoy.sql b/neosubhamoy.sql index 5cc6c54..ff8877c 100644 --- a/neosubhamoy.sql +++ b/neosubhamoy.sql @@ -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); -- --------------------------------------------------------