Skip to content

Commit

Permalink
👌 style: estilizando o link github dos membros
Browse files Browse the repository at this point in the history
  • Loading branch information
thaleseuflauzino committed Aug 12, 2024
1 parent 44ee51a commit 0a8e489
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,10 +38,12 @@ 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>
);
}

0 comments on commit 0a8e489

Please sign in to comment.