Skip to content

Commit 56b877f

Browse files
jakechen1claude
andcommitted
Fix LinkedIn link in header and footer
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c34521d commit 56b877f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/layout/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const profileLinks = [
1212
{ label: "Google Scholar", href: "https://scholar.google.com/citations?user=VM9ziaEAAAAJ&hl=en" },
1313
{ label: "ORCID", href: "https://orcid.org/0000-0001-8829-7504" },
1414
{ label: "GitHub", href: "https://github.com/aimed-lab" },
15-
{ label: "LinkedIn", href: "https://www.linkedin.com/in/jakeychen/" },
15+
{ label: "LinkedIn", href: "https://www.linkedin.com/in/jakechen/" },
1616
]
1717

1818
export function Footer() {

src/components/layout/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const externalLinks = [
2323
{ label: "Google Scholar", href: "https://scholar.google.com/citations?user=VM9ziaEAAAAJ" },
2424
{ label: "ORCID", href: "https://orcid.org/0000-0001-8829-7504" },
2525
{ label: "GitHub", href: "https://github.com/aimed-lab" },
26-
{ label: "LinkedIn", href: "https://linkedin.com/" },
26+
{ label: "LinkedIn", href: "https://www.linkedin.com/in/jakechen/" },
2727
{ label: "NIH Biosketch (PDF)", href: "https://www.ncbi.nlm.nih.gov/labs/sciencv/1863846/" },
2828
]
2929

0 commit comments

Comments
 (0)