Skip to content

Commit eddde4a

Browse files
committed
add LinkedIn on the home page
1 parent bfa70f7 commit eddde4a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/data/site.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
],
3838
"socialLinks": [
3939
{
40-
"text": "Instagram",
41-
"url": "https://instagram.com/fredericharper",
40+
"text": "LinkedIn",
41+
"url": "https://www.linkedin.com/in/fredericharper",
4242
"external": true
4343
},
4444
{
@@ -50,6 +50,11 @@
5050
"text": "Twitter",
5151
"url": "https://twitter.com/fharper",
5252
"external": true
53+
},
54+
{
55+
"text": "Instagram",
56+
"url": "https://instagram.com/fredericharper",
57+
"external": true
5358
}
5459
],
5560
"footerLinks": [

0 commit comments

Comments
 (0)