We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed79226 + 2201d83 commit 8904fd8Copy full SHA for 8904fd8
frontend/src/apps/main/redux/reducers/layout-reducer/index.ts
@@ -66,9 +66,13 @@ const data = [
66
title: "Social Media",
67
links: [
68
{
69
- href: "www.facebook.com/dzcode.io",
+ href: "https://www.facebook.com/dzcode.io",
70
text: "On Facebook",
71
},
72
+ {
73
+ href: "https://www.instagram.com/dzcode.io",
74
+ text: "On Instagram",
75
+ },
76
77
href: "https://www.youtube.com/channel/UC_tLjuQaYotzERtaAo8Y4SQ",
78
text: "On YouTube",
@@ -77,6 +81,10 @@ const data = [
81
href: "https://twitter.com/dzcode_io",
82
text: "On Twitter",
79
83
84
85
+ href: "https://www.linkedin.com/groups/8924363",
86
+ text: "On LinkedIn",
87
80
88
],
89
90
];
0 commit comments