Skip to content

Commit

Permalink
remove test from header
Browse files Browse the repository at this point in the history
  • Loading branch information
Facundo Ledesma authored and Facundo Ledesma committed Dec 28, 2022
1 parent 814422c commit af7bf7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const Header = (): JSX.Element => {
<div className="header">
<img src={PokemonLogo} alt="poke-logo" />
<img src={PokemonPikachu} alt="poke-pika" />
<p>Test</p>
</div>
);
};
Expand Down

0 comments on commit af7bf7f

Please sign in to comment.