From f41d4bf835e855914df64c8a48cda65b8542b142 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Sat, 9 Dec 2023 01:21:54 +0530 Subject: [PATCH] (fixed): contact page title replaced with projects --- neosubhamoy.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neosubhamoy.sql b/neosubhamoy.sql index 143e6c1..e4f6d8b 100644 --- a/neosubhamoy.sql +++ b/neosubhamoy.sql @@ -67,7 +67,7 @@ INSERT INTO `pages` (`id`, `name`, `title`, `icon`, `link`, `stag`) VALUES (1, 'Home', '@neo_subhamoy - official website', 'cnpvyndp.json', '', NULL), (2, 'Projects', 'My Projects - @neo_subhamoy', 'utpmnzxz.json', '/projects', NULL), (3, 'Blog', 'My Blog - @neo_subhamoy', 'lyrrgrsl.json', '/blog', NULL), -(4, 'Contact', 'My Projects - @neo_subhamoy', 'kthelypq.json', '/contact', 'contact'); +(4, 'Contact', 'Contact Me - @neo_subhamoy', 'kthelypq.json', '/contact', 'contact'); -- --------------------------------------------------------