Skip to content

Commit

Permalink
Merge pull request #330 from ArthurSilv4/fix-usabilidade-e-acessibili…
Browse files Browse the repository at this point in the history
…dade-feedback-visual-nas-redes-sociais

Fix usabilidade e acessibilidade feedback visual nas redes sociais
  • Loading branch information
wouerner authored Jul 11, 2024
2 parents 21ee201 + 8f700bc commit dcadb3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ REACT_APP_GOOGLE_ANALYTICS_KEY= # GA do SouJunior
REACT_APP_URL= # link do backend
REACT_APP_URL_JOBS= # link da api de jobs



## Rodando localmente ▶

Inicie o servidor
Expand Down Expand Up @@ -87,12 +85,12 @@ Esse projeto é usado pela [SouJunior](https://github.com/SouJunior).

## Feedback 💬

Se você tiver algum feedback, por favor nos deixe saber por meio do nosso [site](https://soujunior.tech). Ou fazendo uma [contribuição](#contribuição).
Se você tiver algum feedback, por favor nos deixe saber por meio do nosso [site](https://soujunior.tech). Ou fazendo uma [contribuição](#contribuição-).

## Contribuição 💙

Contribuições são sempre bem-vindas!

Veja `contribuindo.md` para saber como começar.
Veja [`contribuindo.md`](contribuindo.md) para saber como começar.

[Voltar ao 🔝](#vagas-frontend)
6 changes: 0 additions & 6 deletions src/components/FooterDefault/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,31 +138,25 @@ export const Grid = styled.ul`
export const FacebookIcon = styled(TiSocialFacebook)`
width: 20px;
height: 20px;
color: #212121;
`;

export const YouTubeIcon = styled(BsYoutube)`
width: 20px;
height: 20px;
color: #212121;
`;
export const GitHubIcon = styled(BsGithub)`
width: 20px;
height: 20px;
color: #212121;
`;
export const LinkedInIcon = styled(AiFillLinkedin)`
width: 20px;
height: 20px;
color: #212121;
`;
export const InstagramIcon = styled(RiInstagramFill)`
width: 20px;
height: 20px;
color: #212121;
`;
export const TelegramIcon = styled(BsTelegram)`
width: 20px;
height: 20px;
color: #212121;
`;

0 comments on commit dcadb3a

Please sign in to comment.