Skip to content

Commit

Permalink
♻️ :: [#135] 타입 이름 리펙토링
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunho0922 committed Jan 1, 2024
1 parent a997d04 commit ef84999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum MukgenButtonType: String, RawRepresentable {
case backTitle
case beforeTitle

public var logoTitle: String? {
public var subTitle: String? {
switch self {
case .loginTitle1:
return "로그인"
Expand Down

0 comments on commit ef84999

Please sign in to comment.