Update App.js

Removed "- Test Change"  from the Navbar heading from testing the change to my git commit email.
This commit is contained in:
Ray 2023-08-30 13:49:35 +10:00 committed by GitHub
parent 5a6a0a132f
commit aca31363ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function App() {
</Nav>
</Container>
</Navbar>
<h1>React App - Test Change</h1>
<h1>React App</h1>
</div>
);
}