Skip to content

Commit 157380d

Browse files
committed
라이트닝 토크 영상 링크 추가
1 parent 080f378 commit 157380d

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

pages/program/lightning-talk.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@ export class LightningTalk extends React.Component<PropsType> {
128128
<Section>
129129
<H2>{ t('program:lightningTalk.header4') }</H2>
130130
<AlertBar text={t('program:lightningTalk.alertOpening')}></AlertBar>
131+
<Paragraph>
132+
{ t('program:lightningTalk.desc6') }
133+
</Paragraph>
134+
<Ul>
135+
<Li><a href='https://youtu.be/dwRP-J6OPI8' target='_blank' rel='noreferrer'>
136+
{ t('program:lightningTalk.desc6-1') }</a></Li>
137+
<Li><a href='https://youtu.be/Za05A9fiQ3U' target='_blank' rel='noreferrer'>
138+
{ t('program:lightningTalk.desc6-2') }</a></Li>
139+
</Ul>
131140
<Query query={LIGHTNING_TALKS}>
132141
{
133142
({ loading, error, data }) => {

static/locales/ko/program.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,19 @@
4040
"alertOpening": "당일 오전 9시부터 신청이 가능하며 선착순 10개(+대기 3개)만 발표가 가능합니다. 망설이지 마시구 바로 신청하세요!🌩",
4141
"stanby": "[대기 {{ number }}] ",
4242
"submitButton": "라이트닝 토크 신청하기",
43-
"header4-1": "⭐️라이트닝 토크 1일차(토)",
44-
"header4-2": "⭐️라이트닝 토크 2일차(일)",
43+
"header4-1": "⭐️라이트닝 토크 1일차 (토)",
44+
"header4-2": "⭐️라이트닝 토크 2일차 (일)",
4545
"header5": "지난 라이트닝 토크 보기",
46-
"desc5": "이전 라이트닝 토크는 어떤것이 있는지 궁금하시다면 아래 링크로 확인해보세요!",
46+
"desc5": "이전 라이트닝 토크는 어떤 것이 있는지 궁금하시다면 아래 링크로 확인해보세요!",
4747
"desc5-2014": "파이콘 한국 2014",
4848
"desc5-2015-1": "파이콘 한국 2015 1일차",
4949
"desc5-2015-2": "파이콘 한국 2015 2일차",
5050
"desc5-2016": "파이콘 APAC 2016",
5151
"desc5-2017": "파이콘 한국 2017",
52-
"desc5-2018": "파이콘 한국 2018"
52+
"desc5-2018": "파이콘 한국 2018",
53+
"desc6": "라이트닝 토크 영상이 공개되었습니다!",
54+
"desc6-1": "1일차 영상 보기",
55+
"desc6-2": "2일차 영상 보기"
5356
},
5457
"proposingLightningTalk": {
5558
"title": "라이트닝 토크 제안",

0 commit comments

Comments
 (0)