Skip to content

Commit

Permalink
fixing conflicts merge
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Mar 28, 2024
1 parent ef2dada commit f211429
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion webapp/src/components/AboutUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const AboutUs = () => {
<div className='video-background'>
<video src='/clouds-background.mp4' autoPlay loop muted data-testid="login-video"/>
</div>
<NavigationBar />
<Typography component="h1" variant="h1" marginBottom={2}>
About us
</Typography>
Expand Down
1 change: 0 additions & 1 deletion webapp/src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const Home = () => {
<div className='video-background'>
<video src='/clouds-background.mp4' autoPlay loop muted data-testid="home-video"/>
</div>
<NavigationBar />
<div className='logoContainer'>
<img src={logo} alt="Logo" className="logo" style={{ width: '100px', position: 'relative', left: '50%', transform: 'translate(-50%, -50%)' }} />
</div>
Expand Down
1 change: 0 additions & 1 deletion webapp/src/components/Record.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const Record = () => {
<div className='video-background'>
<video src='/clouds-background.mp4' autoPlay loop muted data-testid="home-video"/>
</div>
<NavigationBar />
<Typography component="h1" variant="h5">
Here you can see your record! All about your past games and all!
</Typography>
Expand Down

0 comments on commit f211429

Please # to comment.