Skip to content

Commit

Permalink
Merge pull request #358 from elesahich/fix/onboarding-guide-description
Browse files Browse the repository at this point in the history
[Fix] 온보딩 33기 description을 34기로 수정
  • Loading branch information
lsj8706 authored Mar 21, 2024
2 parents 2742e56 + e13241e commit 02ec9cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public final class PokeOnboardingViewController: UIViewController, PokeOnboardin
}

private let sectionTitleLabel = UILabel().then {
$0.text = "나와 같은 33기를 하고 있어요"
$0.text = "나와 같은 34기를 하고 있어요"
$0.textColor = DSKitAsset.Colors.gray30.color
$0.font = DSKitFontFamily.Suit.bold.font(size: 16)
}
Expand Down

0 comments on commit 02ec9cd

Please sign in to comment.