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

@@ -1,5 +1,5 @@
{
"name": "crypto-page",
"name": "crypto-prices",
"version": "0.1.0",
"private": true,
"dependencies": {

View File

@@ -32,7 +32,7 @@
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Crypto Page</title>
<title>Crypto Prices</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

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