Skip to content

Commit

Permalink
Update page.tsx -- correct link for joe
Browse files Browse the repository at this point in the history
  • Loading branch information
alabid authored Jul 31, 2024
1 parent d840e0c commit d4fe7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const About = () => {
<Image src="./Joseph_Ekpenyong.jpg" alt="Joseph Ekpenyong" width={118} height={118} className="object-contain" />
</div>
<div className="name__title">Joseph Ekpenyong</div>
<div className="linkedin_link"><a href="https://www.linkedin.com/in/joshuatochukwunwozor" target="_blank">LinkedIn</a></div>
<div className="linkedin_link"><a href="https://www.linkedin.com/in/joejekpenyong" target="_blank">LinkedIn</a></div>
</div>

<div className="flex flex-col items-center text-center">
Expand Down

0 comments on commit d4fe7f3

Please sign in to comment.