File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
99 social : {
1010 github : `https://github.com/constmoon` ,
1111 twitter : `https://twitter.com/constmoon` ,
12- facebook : `https://www.facebook .com/profile.php?id=1262115677 ` ,
12+ linkedin : `https://www.linkedin .com/in/jiwoo-kang ` ,
1313 } ,
1414 } ,
1515 plugins : [
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const AboutPage = ({ data }) => {
1818 const socialLinks = {
1919 GitHub : siteMetadata . social . github ,
2020 Twitter : siteMetadata . social . twitter ,
21- Facebook : siteMetadata . social . facebook ,
21+ LinkedIn : siteMetadata . social . linkedin ,
2222 }
2323
2424 return (
@@ -37,7 +37,6 @@ const AboutPage = ({ data }) => {
3737 < a
3838 href = { socialLinks [ key ] }
3939 target = "_blank"
40- rel = "noopener noreferrer"
4140 >
4241 { key }
4342 { index < Object . keys ( socialLinks ) . length - 1 && (
@@ -69,7 +68,7 @@ export const query = graphql`
6968 social {
7069 github
7170 twitter
72- facebook
71+ linkedin
7372 }
7473 }
7574 }
You can’t perform that action at this time.
0 commit comments