Skip to content

Commit 07a2e4f

Browse files
fix : navbar github link (#138)
1 parent ab044ad commit 07a2e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const socials = [
3636
icon: <SiLinkedin size={18} />,
3737
},
3838
{
39-
link: 'https://github.com/Innovation-Labs-PES',
39+
link: 'https://github.com/PES-Innovation-Lab',
4040
name: 'GitHub',
4141
icon: <SiGithub size={18} />,
4242
},

0 commit comments

Comments
 (0)