mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Correct header title to "Ray's Movie Club"
This commit is contained in:
parent
3cede41dbe
commit
31150ddce7
1 changed files with 1 additions and 1 deletions
|
|
@ -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}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue