From 359df77b837c095270bea18428eb7f1a898799a4 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sun, 12 Jul 2026 09:06:49 +0900 Subject: [PATCH] =?UTF-8?q?fix(splash):=20=EC=8A=A4=ED=94=8C=EB=9E=98?= =?UTF-8?q?=EC=8B=9C=20=ED=99=94=EB=A9=B4=EC=9D=84=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/I18n/I18n.swift | 6 +++--- SodaLive/Sources/Splash/SplashView.swift | 14 ++++---------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/SodaLive/Sources/I18n/I18n.swift b/SodaLive/Sources/I18n/I18n.swift index 4adc0683..d72277df 100644 --- a/SodaLive/Sources/I18n/I18n.swift +++ b/SodaLive/Sources/I18n/I18n.swift @@ -1431,9 +1431,9 @@ enum I18n { enum Splash { static var tagline: String { pick( - ko: "목소리로 만나는 새로운 세계", - en: "A new world you meet by voice", - ja: "声でつながる新しいワールド" + ko: "당신의 최애가 기다리는 곳", + en: "Meet Your Favorites", + ja: "推しが待つ場所" ) } diff --git a/SodaLive/Sources/Splash/SplashView.swift b/SodaLive/Sources/Splash/SplashView.swift index 156fce37..717a7c3f 100644 --- a/SodaLive/Sources/Splash/SplashView.swift +++ b/SodaLive/Sources/Splash/SplashView.swift @@ -17,10 +17,8 @@ struct SplashView: View { var body: some View { ZStack(alignment: .top) { - Image("splash_bg") - .resizable() - .scaledToFill() - .edgesIgnoringSafeArea(.all) + Color.black + .ignoresSafeArea() VStack(spacing: 0) { Spacer() @@ -31,13 +29,9 @@ struct SplashView: View { Image("splash_text_logo") .padding(.top, 10) - - Text(I18n.Splash.brandName) - .appFont(size: 21, weight: .bold) - .foregroundColor(.white) - .padding(.top, 52) + + Spacer() } - .padding(.bottom, screenSize().height * 100 / 2337) if isShowMaintenancePopup { SodaDialog(