From 623375cd9f2085e5a662f4e670b63393fe9e439c Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 20 Oct 2025 18:50:41 +0900 Subject: [PATCH] =?UTF-8?q?feat(creator-profile):=20=EB=8D=94=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20=EC=95=84=EC=9D=B4=EC=BD=98=20=ED=9D=B0=EC=83=89?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD,=20=EC=B5=9C=EC=83=81?= =?UTF-8?q?=EB=8B=A8=EC=97=90=20=EC=B1=84=EB=84=90=EB=AA=85=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Explorer/Profile/UserProfileView.swift | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SodaLive/Sources/Explorer/Profile/UserProfileView.swift b/SodaLive/Sources/Explorer/Profile/UserProfileView.swift index b680b9d..54b1829 100644 --- a/SodaLive/Sources/Explorer/Profile/UserProfileView.swift +++ b/SodaLive/Sources/Explorer/Profile/UserProfileView.swift @@ -372,10 +372,6 @@ struct UserProfileView: View { Image("ic_back") .resizable() .frame(width: 20, height: 20) - - Text(viewModel.navigationTitle) - .font(.custom(Font.preBold.rawValue, size: 20)) - .foregroundColor(Color.white) } Spacer() @@ -394,7 +390,7 @@ struct UserProfileView: View { } if userId != UserDefaults.int(forKey: .userId) { - Image("ic_seemore_vertical") + Image("ic_seemore_vertical_white") .resizable() .frame(width: 24, height: 24) .onTapGesture {