diff --git a/JLPTVoca/JLPTVoca/Managers/WordManager.swift b/JLPTVoca/JLPTVoca/Managers/WordManager.swift index 8589b7a..0d88e3e 100644 --- a/JLPTVoca/JLPTVoca/Managers/WordManager.swift +++ b/JLPTVoca/JLPTVoca/Managers/WordManager.swift @@ -39,7 +39,7 @@ final class WordManager { if direction == .left { swipedWord.maturityState += 1 } else { - swipedWord.maturityState = 1 + swipedWord.maturityState = 2 } wordDeck.removeAll { $0.id == id } diff --git a/JLPTVoca/JLPTVoca/Views/HomeView.swift b/JLPTVoca/JLPTVoca/Views/HomeView.swift index 7dbaeed..27cb6d9 100644 --- a/JLPTVoca/JLPTVoca/Views/HomeView.swift +++ b/JLPTVoca/JLPTVoca/Views/HomeView.swift @@ -35,7 +35,7 @@ struct HomeView: View { .cornerRadius(10) } } - .navigationTitle("홈") + .navigationTitle("JLPT-VOCA") } } }