Skip to content

Commit

Permalink
fix: 문제 결과 페이지(홈) 텍스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
enebin committed Oct 18, 2023
1 parent d5fe2f4 commit 5416b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct DailyTestListView: View {
}
.frame(width: 40, height: 40)

Text.keyme("\(nickname)님은 \(questionsStat.title)", font: .body3Semibold)
Text.keyme("\(nickname)\(questionsStat.title)", font: .body3Semibold)
.lineHeight(140, forFont: .body3Semibold)
.frame(maxWidth: .infinity, alignment: .leading)
.truncationMode(.tail)
Expand Down

0 comments on commit 5416b6a

Please sign in to comment.