Skip to content

Commit

Permalink
🐛 fix: (#132) corrigindo e estilizando o link do github de cada membr…
Browse files Browse the repository at this point in the history
…o no "about us"
  • Loading branch information
thaleseuflauzino committed Aug 11, 2024
1 parent 39c164c commit 6ebd4e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/about-us/card-member/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ export default function CardMember({ nome, descricao, github, id }) {
alt="Foto do membro"
/>
)}
<div className={styles.githubLinkContainer}>
<a data-testid="campoLink" href={github} target="_blank">
<FaGithub /> Github
</a>
</div>
</div>
</li>
);
Expand Down

0 comments on commit 6ebd4e1

Please sign in to comment.