영문 리소스와 스플래시 문구 갱신
This commit is contained in:
@@ -23,7 +23,7 @@ struct SplashView: View {
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
|
||||
VStack(spacing: 0) {
|
||||
Text("목소리로 만나는 새로운 세계")
|
||||
Text(I18n.Splash.tagline)
|
||||
.font(.custom(Font.preBold.rawValue, size: 23))
|
||||
.foregroundColor(Color(hex: "263238"))
|
||||
|
||||
@@ -31,7 +31,7 @@ struct SplashView: View {
|
||||
|
||||
Spacer()
|
||||
|
||||
Text("소다라이브")
|
||||
Text(I18n.Splash.brandName)
|
||||
.font(.custom(Font.preBold.rawValue, size: 21))
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user