Skip to content

Commit

Permalink
stats
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 4, 2023
1 parent 2b81d78 commit 9889739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/HomePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.codeutsava__footer-container{
width: 100%;
background-color: rgba(32,32,32,1);
background-color: rgba(0,0,0,0.6);
margin-top: 10rem;
overflow-x: hidden;
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/teamTcp/TeamTcp.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import { currentYear } from "../../constants";

const TeamTcp = () => {
return (
<>
<div className="bg-image">
<div className="codeutsava__navbar-container">
<NavbarTeam />
</div>
<div>
<Team year={currentYear}/>
</div>
</>
</div>
);
};

Expand Down

0 comments on commit 9889739

Please sign in to comment.