Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/People.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export function People(): ReactElement {
<h2>Former Members</h2>

<div className="banner-bottom-left">
<a href="https://haoyang9804.github.io">
<a href="https://www.linkedin.com/in/haoyang-ma-lyr/">
<div className="portrait">
<img
alt=""
Expand All @@ -346,7 +346,7 @@ export function People(): ReactElement {
</div>
</a>
<h3>
<a href="https://haoyang9804.github.io">Haoyang Ma</a>
<a href="https://www.linkedin.com/in/haoyang-ma-lyr/">Haoyang Ma</a>
</h3>
<p>PhD 2025; Research Engineer at ByteDance</p>
</div>
Expand Down
Loading