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

Commit

Permalink
clean up: remove footer text, navbar title, change main page title
Browse files Browse the repository at this point in the history
  • Loading branch information
clovertera committed May 7, 2024
1 parent ef41ba9 commit bdbdb8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Index: React.FC = () => (
<footer className='footer mt-auto py-3 bg-body-tertiary'>
<Container fluid>
<span className='text-body-secondary'>
Place sticky footer content here.
<p> </p>
</span>
</Container>
</footer>
Expand Down
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 bdbdb8e

Please sign in to comment.