Change Header name from "App" to "RaysBookClub"

This commit is contained in:
Ray 2023-11-13 15:29:51 +00:00 committed by GitHub
parent 69d15325ef
commit 861852426c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export function Header(props) {
return (
<Navbar>
<Container>
<Navbar.Brand>App</Navbar.Brand>
<Navbar.Brand>RaysBookClub</Navbar.Brand>
<Nav>
{Links}
<NavDropdown title={props.user.email}>