patch with updated name and title

This commit is contained in:
Sorrel Bri 2020-02-28 17:07:20 -08:00
parent 2d31a20f4b
commit ca7aea4ce3
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="%PUBLIC_URL%/stylesheets/reset.css">
<link href="https://fonts.googleapis.com/css?family=Catamaran|Fira+Code&display=swap" rel="stylesheet">
<title>Phono Change Applier</title>
<title>Feature Change Applier</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View file

@ -5,7 +5,7 @@ import PhonoChangeApplier from './PhonoChangeApplier';
function App() {
return (
<div className="App" data-testid="App">
<h1>Phono Change Applier</h1>
<h1>Feature Change Applier</h1>
<PhonoChangeApplier />
</div>
);