Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
feat: remove navbar title, change main page title (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
clovertera authored May 7, 2024
1 parent 6fa8609 commit d0cc784
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const Index: React.FC = () => {
<header className='border-bottom'>
<Navbar expand='lg' className='bg-body-tertiary'>
<Container fluid>
<Navbar.Brand>Navbar</Navbar.Brand>
<Navbar.Toggle aria-controls='navbarScroll' />
<Navbar.Collapse id='navbarScroll'>
<Nav
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const Index: React.FC = () => {
return (
<PageContainer>
<div className='text-center mb-3'>
<h1>All movies</h1>
<h1>Cinema e-Booking</h1>
<p>
Visit backend swagger: <a href='/swagger'>here</a>
</p>
Expand Down

0 comments on commit d0cc784

Please sign in to comment.