We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927c99d commit 6c7b3b8Copy full SHA for 6c7b3b8
1 file changed
src/App.tsx
@@ -42,9 +42,9 @@ interface LandingPageData {
42
address: string;
43
phone: string;
44
email: string;
45
- facebook: string;
46
- twitter: string;
47
- youtube: string;
+ linkedin: string;
+ github: string;
+ medium: string;
48
};
49
}
50
function App() {
@@ -64,9 +64,9 @@ function App() {
64
address: "",
65
phone: "",
66
email: "",
67
- facebook: "",
68
- twitter: "",
69
- youtube: "",
+ linkedin: "",
+ github: "",
+ medium: "",
70
},
71
});
72
useEffect(() => {
0 commit comments