Skip to content

Commit

Permalink
[Chore] #328 - 로그인 버튼 동사형으로 변경 (로그인하기)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimseohyun committed Jan 11, 2025
1 parent 729a96b commit 39dd9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Hankkijogbo/Hankkijogbo/Global/Consts/StringLiterals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ enum StringLiterals {

enum NeedLoginToSharedZip {
static let title = "족보를 확인하려면\n로그인이 필요해요"
static let primaryButton = "로그인"
static let primaryButton = "로그인하기"
}

enum NeedOneMoreHankkiToShare {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ extension HankkiListViewModel {
let templeteID: Int64 = Int64(StringLiterals.Kakao.zipShareTemplete)

let imageURL: String = hankkiList[0].imageURL.isEmpty ? StringLiterals.SharedZip.zipShareDefaultImageURL : hankkiList[0].imageURL



let templetArgs: [String: String] = ["IMAGE_URL": imageURL,
"FAVORITE_ID": String(zipInfo?.id ?? 0),
"NAME": zipInfo?.title ?? "",
Expand Down

0 comments on commit 39dd9a8

Please sign in to comment.