mirror of
https://github.com/FranP-code/Crypto-Prices.git
synced 2025-10-12 23:53:06 +00:00
Title changed to "Crypto Prices"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "crypto-page",
|
||||
"name": "crypto-prices",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -24,7 +24,7 @@ const Header = () => {
|
||||
return (
|
||||
|
||||
<Header>
|
||||
<h1>Crypto Page</h1>
|
||||
<h1>Crypto Prices</h1>
|
||||
</Header>
|
||||
)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user