Skip to content

Commit

Permalink
🚚🐛[Fix] image path and player loss condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ThesllaDev committed Sep 13, 2023
1 parent 9f716a5 commit a9e2300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Certificard/certificard.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<button class="btn-color-theme" id="btnColorTheme">Mudar o tema</button>
<section class="certificard">
<header class="header-certificard">
<img class="img-profile" src="https://unavatar.now.sh/github/theslladev"
<img class="img-profile" src="https://avatars.githubusercontent.com/u/61105850?v=4"
alt="imagem de perfil do Thalles Augusto(@ThesllaDev)">
</header>
<section class="about-me">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function play() {
'beforeend',
`<p>Parabéns! Você venceu o oponente</p>`
);
} else if (machinePoints < playerPoints) {
} else if (playerPoints < playerPoints) {
options.insertAdjacentHTML(
'beforeend',
`<p>Você perdeu, o oponente fez mais pontos!</p>`
Expand Down
2 changes: 1 addition & 1 deletion Jogo-de-Advinhacao/README-JOGO-DE-ADVINHACAO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div align="center">

![](./assets/img/img/banner-evolua-o-pokemon.gif)
![](./assets/img/banner-jogo-de-adivinhacao.gif)

<a href="https://codepen.io/theslladev/full/qBRbEwY" target="_blank">Veja o funcionando </a>

Expand Down

0 comments on commit a9e2300

Please sign in to comment.