From 627d6d9b7ee570fff56dca1cc8010c8cb846164f Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 21 Nov 2024 02:30:38 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=B9=84?= =?UTF-8?q?=EB=B0=80=20=EB=AF=B8=EC=85=98=20-=20=EC=B1=84=ED=8C=85=20?= =?UTF-8?q?=EC=9D=B4=EB=AA=A8=EC=A7=80=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift | 2 +- SodaLive/Sources/Live/Room/LiveRoomViewModel.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift b/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift index c9d7682..bcca1a6 100644 --- a/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift +++ b/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift @@ -50,7 +50,7 @@ struct LiveRoomDonationChatItemView: View { .font(.system(size: 15)) .foregroundColor(Color(hex: "fdca2f")) - Text(chatMessage.chat.contains("비밀") ? "으로 비밀미션을 보냈습니다." : "을 후원하셨습니다.💰🪙") + Text(chatMessage.chat.contains("비밀") ? "으로 비밀미션을 보냈습니다.🤫" : "을 후원하셨습니다.💰🪙") .font(.system(size: 15)) .foregroundColor(.white) } diff --git a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift index 237cc12..9de53d9 100644 --- a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift +++ b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift @@ -477,7 +477,7 @@ final class LiveRoomViewModel: NSObject, ObservableObject { var rawMessage = "" if isSecret { - rawMessage = "\(can)캔으로 비밀미션을 보냈습니다.💰🪙" + rawMessage = "\(can)캔으로 비밀미션을 보냈습니다.🤫" } else { rawMessage = "\(can)캔을 후원하셨습니다.💰🪙" }