Skip to content

Commit 7305bfd

Browse files
committed
update online presence links
1 parent 716c821 commit 7305bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/LeftSide.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ const { text_color_1 = "rgb(105, 87, 20)", text_color_2 = "black" } =
2222
<section style={`--text-color-2: ${text_color_2};`}>
2323
<div>
2424
<IconCard icon={icon(faMapMarkerAlt)}> Sharjah </IconCard>
25-
<IconCard href="https://github.com/mohamed82008/" icon={icon(faGithub)}>
25+
<IconCard href="https://github.com/mohdibntarek/" icon={icon(faGithub)}>
2626
GitHub
2727
</IconCard>
2828
<IconCard
29-
href="https://www.linkedin.com/in/mabdelaty/"
29+
href="https://www.linkedin.com/in/mohdibntarek/"
3030
icon={icon(faLinkedin)}
3131
>
3232
LinkedIn
@@ -38,7 +38,7 @@ const { text_color_1 = "rgb(105, 87, 20)", text_color_2 = "black" } =
3838
YouTube
3939
</IconCard>
4040
<IconCard
41-
href="https://scholar.google.com/citations?user=um_AxkwAAAAJ&hl=en"
41+
href="https://scholar.google.com/citations?user=mXZ8aioAAAAJ&hl=en"
4242
icon={icon(faGoogleScholar)}
4343
>
4444
Google Scholar

0 commit comments

Comments
 (0)