Skip to content

Commit

Permalink
Merge pull request #8 from Koreawide-Developer-Conference/dev
Browse files Browse the repository at this point in the history
Fix : Korean to English
  • Loading branch information
ChanghyeonYoon authored Aug 15, 2024
2 parents 7129fcb + 5428f7d commit e5ece4d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/2024/section/speaker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const SpeakerSection: React.FC = () => {
</div>
</div>
<div className='mt-28 rounded-md flex flex-col antialiased bg-white dark:bg-black dark:bg-grid-white/[0.05] items-center justify-center relative overflow-hidden'>
<InfiniteMovingCards items={SPEAKERS} direction='right' speed='slow' />
<InfiniteMovingCards items={SPEAKERS} direction='right' speed='normal' />
</div>
</div>
</section>
Expand Down
10 changes: 5 additions & 5 deletions constants/speaker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ export const SPEAKERS: Speaker[] = [
name: "김정",
affiliation: "코드스쿼드 / CodeSquad",
quote: "visionOS 시대를 준비하기 위한 Human-Space Interface",
img: `${prefix}/assets/2024/images/speaker/김정.webp`,
img: `${prefix}/assets/2024/images/speaker/JungKim.webp`,
},
{
name: "조수환",
affiliation: "비바리퍼블리카 / Viva Republica",
quote: "모두를 위한 Swift 6(Swift 6 for all)",
img: `${prefix}/assets/2024/images/speaker/조수환.webp`,
img: `${prefix}/assets/2024/images/speaker/SuhwanCho.webp`,
},
{
name: "Kohki Miki",
Expand All @@ -36,19 +36,19 @@ export const SPEAKERS: Speaker[] = [
name: "김수빈",
affiliation: "비바리퍼블리카 / Viva Republica",
quote: "macOS 자동화의 A to Z",
img: `${prefix}/assets/2024/images/speaker/김수빈.webp`,
img: `${prefix}/assets/2024/images/speaker/SubinKim.webp`,
},
{
name: "윤용운",
affiliation: "ㅤ",
quote: "Welcome to the World of Ownership :)",
img: `${prefix}/assets/2024/images/speaker/윤용운.webp`,
img: `${prefix}/assets/2024/images/speaker/YongunYun.webp`,
},
{
name: "조상호",
affiliation: "플리토 / Flitto",
quote: "당신의 View가 버벅이는 이유 (feat. Instruments)",
img: `${prefix}/assets/2024/images/speaker/조상호.webp`,
img: `${prefix}/assets/2024/images/speaker/SanghoCho.webp`,
},
{
name: "Cristian Díaz",
Expand Down

0 comments on commit e5ece4d

Please sign in to comment.