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", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {

View File

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

View File

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