Skip to content

Commit a5b4a79

Browse files
authored
chore: insta link fixed.
1 parent 4323983 commit a5b4a79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const socialLinks = [
1111
{
1212
name: "Instagram",
1313
icon: <BsInstagram size={20} />,
14-
url: "https://www.instagram.com/sohel_sayyed.dev",
14+
url: "https://www.instagram.com/sohel_sayyed.0x",
1515
},
1616
{
1717
name: "WhatsApp",

src/app/components/home/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const socialLinks = [
1313
{
1414
name: "Instagram",
1515
icon: <BsInstagram size={20}/>,
16-
url: "https://www.instagram.com/sohel_sayyed.dev",
16+
url: "https://www.instagram.com/sohel_sayyed.0x",
1717
},
1818
{ name: "Email", icon: <MdMailOutline size={25}/>, url: "mailto:techsohez@gmail.com" },
1919
{

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const schemaData = {
2424
url: "https://sohez.github.io/",
2525
image: "https://sohez.github.io/images/hero/sohel-sayyed-image.webp",
2626
sameAs: [
27-
"https://www.instagram.com/sohel_sayyed.dev",
27+
"https://www.instagram.com/sohel_sayyed.0x",
2828
"https://github.com/sohez",
2929
"https://www.linkedin.com/in/sohez/",
3030
],

0 commit comments

Comments
 (0)