Skip to content

Commit

Permalink
fix: fixed gonzalo a link
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Apr 28, 2024
1 parent e9a42d7 commit 4015426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function About() {
<Tbody>
<Tr _hover={{animation:"zoomIn 0.05s ease-in forwards"}}>
<Td><Avatar name='Gonzalo Alonso Fernández' src='./img/avatar/avatar-gonzaa.jpg' /></Td>
<Td><Link href='https://www.linkedin.com/in/gonzalo-alonso-fern%C3%A1ndez-277436219//' isExternal > Gonzalo Alonso Fernández</Link></Td>
<Td><Link href='https://www.linkedin.com/in/gonzalo-alonso-fern%C3%A1ndez-277436219/' isExternal > Gonzalo Alonso Fernández</Link></Td>
</Tr>
<Tr _hover={{animation:"zoomIn 0.05s ease-in forwards"}}>
<Td><Avatar name='Sergio Rodríguez García' src='./img/avatar/avatar-sergior.jpg' /></Td>
Expand Down

0 comments on commit 4015426

Please sign in to comment.