Title changed to "Crypto Prices"

This commit is contained in:
2022-02-03 21:04:47 -03:00
parent 1a3bab6484
commit c7cdbbf7db
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ const Header = () => {
return (
<Header>
<h1>Crypto Page</h1>
<h1>Crypto Prices</h1>
</Header>
)
};