Skip to content

Commit ac7ae40

Browse files
committed
update
1 parent d452aad commit ac7ae40

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/pages/about/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const headings = [
117117
},
118118
{
119119
platform: 'LinkedIn',
120-
icon: 'linkedin',
120+
icon: 'link',
121121
color: '#0077b5',
122122
link: 'https://www.linkedin.com/in/falahnzk/',
123123
},

src/pages/index.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
3636
<Label title='Indonesia'>
3737
<Icon name='location' class='size-5' slot='icon' />
3838
</Label>
39+
<Label
40+
title='Email'
41+
as='a'
42+
href="mailto:[email protected]"
43+
target='_blank'
44+
>
45+
<Icon name='email' class='size-5' slot='icon' />
46+
</Label>
3947
<Label
4048
title='GitHub'
4149
as='a'

0 commit comments

Comments
 (0)