Skip to content

Commit

Permalink
[Fix] 투데이뷰 라벨 수정(Team-LionHeart#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed Jul 21, 2023
1 parent 237c5a2 commit ceb53e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class LHTodayArticleTitle: UILabel {
var userNickName: String? {
didSet {
guard let userNickName else { return }
self.text = userNickName + ","
self.text = userNickName + " 아빠님,"
}
}

Expand Down

0 comments on commit ceb53e5

Please sign in to comment.