Skip to content

Commit

Permalink
[Fix] Session Detail - 연사자 사진 짤리는 이슈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
insub4067 committed Oct 3, 2023
1 parent 188f56c commit 9c45355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AsyncSwift/Views/SessionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ private extension SessionView {
.opacity(0.04)
}
.transition(.fade)
.scaledToFit()
.frame(width: speakerImageSize, height: speakerImageSize)
.scaledToFit()
.clipShape(Circle())
.padding(.vertical, 24)

Expand Down Expand Up @@ -98,7 +98,7 @@ struct SessionView_Previews: PreviewProvider {
],
speaker: .init(
name: "박성은",
imageURL: "",
imageURL: "https://github.com/Async-Swift/jsonstorage/blob/main/Images/Speaker/syncswift2023/hyeonjung.png?raw=true",
role: "북적 스튜디오 | iOS Developer",
description: "iOS 개발자 입니다."
)
Expand Down

0 comments on commit 9c45355

Please sign in to comment.