diff --git a/SodaLive/Sources/Dialog/CommunityPostPurchaseDialog.swift b/SodaLive/Sources/Dialog/CommunityPostPurchaseDialog.swift index 8b4d305..57a25d2 100644 --- a/SodaLive/Sources/Dialog/CommunityPostPurchaseDialog.swift +++ b/SodaLive/Sources/Dialog/CommunityPostPurchaseDialog.swift @@ -50,19 +50,9 @@ struct CommunityPostPurchaseDialog: View { isShowing = false } - HStack(spacing: 0) { - Text("\(can)") - .font(.custom(Font.bold.rawValue, size: 15.3)) - .foregroundColor(Color.white) - - Image("ic_can") - .resizable() - .frame(width: 20, height: 20) - - Text("으로 보기") - .font(.custom(Font.bold.rawValue, size: 15.3)) - .foregroundColor(Color.white) - } + Text("\(can)캔으로 보기") + .font(.custom(Font.bold.rawValue, size: 15.3)) + .foregroundColor(Color.white) .padding(.vertical, 16) .frame(width: (geo.size.width - 66.7) * 2 / 3) .background(Color.button)