diff --git a/package.json b/package.json index 28d1ed6..87ad3d5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "crypto-page", + "name": "crypto-prices", "version": "0.1.0", "private": true, "dependencies": { diff --git a/public/index.html b/public/index.html index 03127c2..ad2eda3 100644 --- a/public/index.html +++ b/public/index.html @@ -32,7 +32,7 @@ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> - Crypto Page + Crypto Prices diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index c606c48..2258367 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -24,7 +24,7 @@ const Header = () => { return (
-

Crypto Page

+

Crypto Prices

) };