Skip to content

Commit

Permalink
feat: 3기 이미지 및 내용 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
seochan99 committed Jun 11, 2024
1 parent 2b2569c commit 3b4c477
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/@pages/project/Project.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ export default function Project() {
variants={fadeInVariants}
>
<S.SeasonthonImg src={SeasonImg} />
<h4 style={{ color: '#2B2D36', marginTop: '1.5rem' }}>
{/* <h4 style={{ color: '#2B2D36', marginTop: '1.5rem' }}>
구름톤 유니브와 함께하여 <br />
3기 갤러리를 꾸며주세요 :)
</h4>
3기 단풍 갤러리를 꾸며주세요 :)
</h4> */}
<S.GoormBtn2 onClick={() => navigate('/recruit')}>모집 페이지로 가기</S.GoormBtn2>
</S.SecondTabContainer>
)}
Expand Down
3 changes: 2 additions & 1 deletion src/@pages/project/style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ export const SecondTabContainer = styled(motion.div)`
`;

export const SeasonthonImg = styled.img`
width: 45%;
width: 30%;
margin-top: 5rem;
margin-bottom: 3rem;
@media (max-width: 768px) {
width: 80%;
}
Expand Down
Binary file modified src/assets/images/season.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/seasonss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b4c477

Please sign in to comment.