mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-10-22 03:36:53 +00:00
🐛 semicolon on character
This commit is contained in:
parent
7e0b52d45a
commit
9bb6937d4d
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ const Character = () => {
|
|||
transform: animateJumping ? "translateY(-80%)" : "translateY(0)",
|
||||
}}
|
||||
>
|
||||
<StyledCharacter src={image} alt="Character" />;
|
||||
<StyledCharacter src={image} alt="Character" />
|
||||
</JumpContainer>
|
||||
</Container>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue