Skip to content

Commit 8904fd8

Browse files
authored
Merge pull request #226 from mohsenuss91/master
Social media links updated in Footer
2 parents ed79226 + 2201d83 commit 8904fd8

File tree

1 file changed

+9
-1
lines changed
  • frontend/src/apps/main/redux/reducers/layout-reducer

1 file changed

+9
-1
lines changed

frontend/src/apps/main/redux/reducers/layout-reducer/index.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,13 @@ const data = [
6666
title: "Social Media",
6767
links: [
6868
{
69-
href: "www.facebook.com/dzcode.io",
69+
href: "https://www.facebook.com/dzcode.io",
7070
text: "On Facebook",
7171
},
72+
{
73+
href: "https://www.instagram.com/dzcode.io",
74+
text: "On Instagram",
75+
},
7276
{
7377
href: "https://www.youtube.com/channel/UC_tLjuQaYotzERtaAo8Y4SQ",
7478
text: "On YouTube",
@@ -77,6 +81,10 @@ const data = [
7781
href: "https://twitter.com/dzcode_io",
7882
text: "On Twitter",
7983
},
84+
{
85+
href: "https://www.linkedin.com/groups/8924363",
86+
text: "On LinkedIn",
87+
},
8088
],
8189
},
8290
];

0 commit comments

Comments
 (0)