Skip to content

Commit

Permalink
FEAT : 무한스크롤 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
junvhui committed Feb 25, 2024
1 parent 1089d14 commit 2e73620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const Background = styled.div`
justify-content: center;
flex-wrap: wrap;
margin-top: 5rem;
position: relative;
background-color: #363636;
`;
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const Header = () => {
const navigate = useNavigate();

const navigateHome = () => {
location.reload();
navigate(`/`);
location.reload();
};

return (
Expand Down
2 changes: 1 addition & 1 deletion src/MainPage/Rank.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const TeamImage = styled.img`
`;

const Team = styled.h2`
font-size: 12px;
font-size: 13px;
width: 80%;
height: 2%;
margin-top: -2rem;
Expand Down

0 comments on commit 2e73620

Please sign in to comment.