Skip to content

Commit 9e6a672

Browse files
authored
Merge pull request #241 from CSE-Shaco/develop
fix: typo 수정
2 parents 774144e + 90f501e commit 9e6a672

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

src/app/event/homecoming/component/mobile/HomecomingInviteCard.jsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,15 @@ export default function HomecomingInviteCard() {
6868
<div className="flex-1 space-y-4">
6969
{/* 요약 */}
7070
<div className="text-white/90 text-[12px] leading-snug">
71-
13:00 입장을 시작으로 1부 프로젝트 데모데이 및 성과 발표/시상식이 진행되며,
72-
2부에서는 오프닝 특강과 팀별 게임·퀴즈, 자유 네트워킹으로 소통과 교류를 확장합니다.
71+
오후 1시 입장을 시작으로, 1부 프로젝트 성과 발표회와 시상,
72+
<br/>
73+
이후 오프닝 특강과 연간 활동 소개, OB 및 초청자 인사를 거쳐
74+
<br/>
75+
팀별 경쟁 게임·퀴즈·자유 네트워킹으로 이어지는 구성입니다.
76+
<br/>
77+
행사는 13:00–19:00까지 진행되며,
78+
<br/>
79+
마지막에는 전체 교류 마무리 후 뒤풀이 이동으로 마무리됩니다.
7380
</div>
7481

7582
{/* 1부 */}
@@ -99,7 +106,7 @@ export default function HomecomingInviteCard() {
99106

100107
{/* 2부 */}
101108
<div className="space-y-2">
102-
<div className="text-white font-bold">2부 (15:30–19:00) · Networking with INCHEON</div>
109+
<div className="text-white font-bold">2부 (15:30–19:00) · IN·Fest</div>
103110

104111
<div className="space-y-1">
105112
<div className="flex gap-2">

src/app/event/homecoming/component/pc/FrameViewport.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ function FirstSection() {
3838
<div className="mt-8 flex text-8xl self-center font-bold">제 1회 홈커밍 데이</div>
3939

4040
<p className="mt-20 px-24 text-2xl leading-relaxed">
41-
<strong>GDGoC HomeComing : Networking with INCHEON</strong>
42-
<br/>
4341
오후 1시 입장을 시작으로, <strong>1부 프로젝트 성과 발표회</strong><strong>시상</strong>,
4442
<br/>
4543
이후 <strong>오프닝 특강</strong><strong>연간 활동 소개</strong>, <strong>OB 및 초청자 인사</strong>를 거쳐
@@ -112,7 +110,7 @@ function ThirdSection() {
112110
/* 4) 2부 카드형 */
113111
function FourthSection() {
114112
return (<div className="flex flex-col text-cwhite">
115-
<div className="text-6xl self-center font-bold">2부 · Networking with INCHEON</div>
113+
<div className="text-6xl self-center font-bold">2부 · IN·Fest</div>
116114
<div className="mt-6 text-2xl self-center text-cwhite/80">15:30–19:00</div>
117115

118116
<div className="mt-16 grid grid-cols-2 gap-12 px-24">

0 commit comments

Comments
 (0)