Skip to content

Commit

Permalink
troca do apostrofo
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAzoli committed Jul 27, 2024
1 parent f783eb9 commit f717dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/game/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function Game() {
<Image priority={true} width={300} height={300} className={filter ? styles.filter : styles.image} src={`https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/${pokemonNumber + 1}.svg`} alt="" />
</div>

<Div>Who's That Pokémon?</Div>
<Div>Who&apos;s That Pokémon?</Div>


<div className={styles.answers}>
Expand Down

0 comments on commit f717dcd

Please sign in to comment.