Skip to content

Commit 9a38954

Browse files
committed
Remove Facebook and Insta Icons, Add Link to LinkedIn Icon, Replace John Doe with my name
1 parent d756467 commit 9a38954

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

content/main.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ export const attributes = {
99
image: '/img/hero.jpeg',
1010
secondButton: { icon: 'whatsapp', link: '/#about', text: 'About me' },
1111
social: {
12-
facebook: { link: 'https://facebook.com', show: true },
13-
instagram: { link: 'https://instagram.com', show: true },
14-
linkedin: { link: 'https://linkedin.com', show: true },
12+
linkedin: {
13+
link: 'https://www.linkedin.com/in/laetitia-fischer-sengseis-1a6693180/',
14+
show: true,
15+
},
1516
},
1617
typed: [
1718
{ text: 'fast websites' },
@@ -82,5 +83,5 @@ export const attributes = {
8283
],
8384
title: 'My work',
8485
},
85-
footer: { text: John Doe' },
86+
footer: { text: Laetitia Fischer-Sengseis' },
8687
};

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
{
77
"name": "next"
88
}
9-
]
9+
],
10+
"jsx": "preserve"
1011
},
1112
"include": [
1213
"**/*.ts",

0 commit comments

Comments
 (0)