Skip to content

Commit

Permalink
Merge pull request #683 from hyun99999/release-1.0.4/#682
Browse files Browse the repository at this point in the history
[Design] #682 - 불꽃 결정 로드맵 이름 변경
  • Loading branch information
hyun99999 authored Nov 2, 2022
2 parents 062c31e + 90f0114 commit f0b8e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ extension HabitRoomVC {
private func presentToMoreAlert() {
let alert = SparkActionSheet()

alert.addAction(SparkAction("불꽃 결정 로드맵") {
alert.addAction(SparkAction("불꽃 결정 레벨") {
self.dismiss(animated: true) {
guard let nextVC = UIStoryboard(name: Const.Storyboard.Name.UpgradeFlakeDialogue, bundle: nil).instantiateViewController(withIdentifier: Const.ViewController.Identifier.UpgradeFlakeDialogue) as? UpgradeFlakeDialogueVC else { return }

Expand Down

0 comments on commit f0b8e2b

Please sign in to comment.