Skip to content

Commit

Permalink
Merge pull request #9 from Koreawide-Developer-Conference/dev
Browse files Browse the repository at this point in the history
Fix : Speaker Info
  • Loading branch information
ChanghyeonYoon authored Aug 15, 2024
2 parents e5ece4d + b5548cf commit dcd4671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants/speaker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const SPEAKERS: Speaker[] = [
},
{
name: "조수환",
affiliation: "비바리퍼블리카 / Viva Republica",
affiliation: "비바 리퍼블리카 / Viva Republica",
quote: "모두를 위한 Swift 6(Swift 6 for all)",
img: `${prefix}/assets/2024/images/speaker/SuhwanCho.webp`,
},
Expand All @@ -34,7 +34,7 @@ export const SPEAKERS: Speaker[] = [
},
{
name: "김수빈",
affiliation: "비바리퍼블리카 / Viva Republica",
affiliation: "당근 / Daangn Inc.",
quote: "macOS 자동화의 A to Z",
img: `${prefix}/assets/2024/images/speaker/SubinKim.webp`,
},
Expand Down

0 comments on commit dcd4671

Please sign in to comment.