Skip to content

Commit

Permalink
πŸ’„ Edit profile subtitle
Browse files Browse the repository at this point in the history
#270 ν”„λ‘œν•„νŽ˜μ΄μ§€ νŒ€λ°•μŠ€ 타이틀λͺ… μˆ˜μ •
  • Loading branch information
chaeyoungwon committed Sep 30, 2024
1 parent 2fb5771 commit 35fdc71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gongjakso/src/pages/ProfilePage/ProfilePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ const ProfilePage = () => {
)}
</S.BoxDetail>
<S.BoxDetail>
<S.SubTitle>λ‚΄κ°€ λͺ¨μ§‘ 쀑인 νŒ€</S.SubTitle>
<S.SubTitle>λ‚˜μ˜ λͺ¨μ§‘ 기둝</S.SubTitle>
{postContent1?.map(post => (
<TeamBox
key={post?.id}
Expand All @@ -562,7 +562,7 @@ const ProfilePage = () => {
</S.BoxDetail>
<S.BoxDetail>
<S.SubTitle>
<span>λ‚΄κ°€ μ§€μ›ν•œ νŒ€</span>
<span>λ‚˜μ˜ 지원 기둝</span>
<Link to="/appliedTeam">
<S.ArrowImage />
</Link>
Expand All @@ -580,7 +580,7 @@ const ProfilePage = () => {
</S.BoxDetail>
<S.BoxDetail>
<S.SubTitle>
<span>λ‚΄κ°€ μ°Έμ—¬ν•œ 곡λͺ¨μ „</span>
<span>λ‚˜μ˜ μ°Έμ—¬ 기둝</span>
<Link to="/participatedTeam">
<S.ArrowImage />
</Link>
Expand Down

0 comments on commit 35fdc71

Please sign in to comment.