Skip to content

Commit

Permalink
Merge pull request #5 from sungbinland/fix-title
Browse files Browse the repository at this point in the history
fix section title
  • Loading branch information
jisungbin authored Feb 24, 2023
2 parents b8a4b8a + 42912a0 commit 9dfaf4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# idea
/.idea

# Logs
logs
*.log
Expand Down
2 changes: 1 addition & 1 deletion src/screen/main/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function MainSchedule() {
end: "13:50",
during: "40m",
},
title: "쿠팡플레이 플레이어 UDA 적용기",
title: "미디어 플레이어 UDA 적용기",
speaker: "이기정",
order: "01",
}}
Expand Down
8 changes: 1 addition & 7 deletions src/screen/main/speaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,7 @@ export function MainSpeaker() {
"UDA를 사용하는 이점 중 하나는 상태 추적이 명확하고 쉬워짐입니다. 신규 서비스를 개발하면서 UDA를 적용하게 된 결정 과정과 적용 후 어떤 개선이 있었는지 이기정 님이 공유합니다.",
image: "/assets/이기정.png",
sessionNumber: 1,
title: (
<>
쿠팡플레이 플레이어
<br />
UDA 적용기
</>
),
title: "미디어 플레이어 UDA 적용기",
link: "https://app.sli.do/event/5LUj2QngkAStUzhMHrkuyk",
}}
/>
Expand Down

1 comment on commit 9dfaf4b

@vercel
Copy link

@vercel vercel bot commented on 9dfaf4b Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.