Skip to content

Commit

Permalink
해커톤 수상작 이름 수정 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi authored Jul 2, 2024
1 parent c5cbdb8 commit 35dcec4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/landing/components/hackathon/HackathonAwardsEx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ const HackathonAwardsEx = () => {
<SampleContentWrapper>
<SampleTitle>MO:IN</SampleTitle>
<SampleUniversity>
<SampleSubTitle>중앙대학교</SampleSubTitle>
<SampleSubTitle>BFGGyu</SampleSubTitle>
<SampleSubTitle>동국대학교</SampleSubTitle>
<SampleSubTitle>모인</SampleSubTitle>
</SampleUniversity>
<AwardsImg src={SecondPlace} alt="first" />
</SampleContentWrapper>
Expand All @@ -149,8 +149,8 @@ const HackathonAwardsEx = () => {
<SampleContentWrapper>
<SampleTitle>핸디(Handi)</SampleTitle>
<SampleUniversity>
<SampleSubTitle>중앙대학교</SampleSubTitle>
<SampleSubTitle>BFGGyu</SampleSubTitle>
<SampleSubTitle>경상국립대</SampleSubTitle>
<SampleSubTitle>뭐라캐쌌노</SampleSubTitle>
</SampleUniversity>
<AwardsImg src={ThirdPlace} alt="first" />
</SampleContentWrapper>
Expand All @@ -160,8 +160,8 @@ const HackathonAwardsEx = () => {
<SampleContentWrapper>
<SampleTitle>YOUCHECK</SampleTitle>
<SampleUniversity>
<SampleSubTitle>중앙대학교</SampleSubTitle>
<SampleSubTitle>BFGGyu</SampleSubTitle>
<SampleSubTitle>서강대학교</SampleSubTitle>
<SampleSubTitle>효자동개발자</SampleSubTitle>
</SampleUniversity>
<AwardsImg src={ThirdPlace} alt="first" />
</SampleContentWrapper>
Expand Down

0 comments on commit 35dcec4

Please sign in to comment.