Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#BUG Botão sem ação de clique da seção "Conheça outras iniciativas da SouJunior" #226

Open
ldantas-s opened this issue Feb 27, 2024 · 0 comments

Comments

@ldantas-s
Copy link

Description

A ação do clique está pegando apenas no link "Clique aqui e confira" pois a tag <a> está dentro do <button> onde está a estilização no arquivo do component Card.

Evidência

Screencast.from.26-02-2024.21_21_29.mp4

Solução
Uma possível solução pode ser remover a tag <button> e colocar o attr className={style.button} na tag <a> no arquivo do component Card. Example:

- <button className={style.button}>
+   <a  className={style.button} href={path} target="_blank" rel="noreferrer">
+     Clique aqui e Confira!
+   </a>
- </button>
@ldantas-s ldantas-s changed the title #BUG Botâo sem ação de clique da seção "Conheça outras iniciativas da SouJunior" #BUG Botão sem ação de clique da seção "Conheça outras iniciativas da SouJunior" Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant