Correct header title to "Ray's Movie Club"

This commit is contained in:
Ray 2023-11-13 15:43:25 +00:00 committed by GitHub
parent 3cede41dbe
commit 31150ddce7
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 ( return (
<Navbar> <Navbar>
<Container> <Container>
<Navbar.Brand>App</Navbar.Brand> <Navbar.Brand>Ray's Movie Club</Navbar.Brand>
<Nav> <Nav>
{Links} {Links}
<NavDropdown title={props.user.email}> <NavDropdown title={props.user.email}>