Add Japan-gated custom logo (#11161)
This commit is contained in:
@@ -109,7 +109,7 @@ export function Deactivated() {
|
||||
<View
|
||||
style={[a.w_full, {marginHorizontal: 'auto', maxWidth: COL_WIDTH}]}>
|
||||
<View style={[a.w_full, a.justify_center, a.align_center, a.pb_5xl]}>
|
||||
<Logo width={40} />
|
||||
<Logo allowVariants={false} width={40} />
|
||||
</View>
|
||||
|
||||
<View style={[a.gap_xs, a.pb_3xl]}>
|
||||
|
||||
@@ -123,7 +123,7 @@ export function SignupQueued() {
|
||||
<View style={[a.flex_1, {maxWidth: COL_WIDTH}]}>
|
||||
<View
|
||||
style={[a.w_full, a.justify_center, a.align_center, a.my_4xl]}>
|
||||
<Logo width={120} />
|
||||
<Logo allowVariants={false} width={120} />
|
||||
</View>
|
||||
|
||||
<Text style={[a.text_4xl, a.font_bold, a.pb_sm]}>
|
||||
|
||||
@@ -179,7 +179,7 @@ function LandingScreenLoaded({
|
||||
},
|
||||
]}>
|
||||
<View style={[a.flex_row, a.gap_md, a.pb_sm]}>
|
||||
<Logo width={76} fill="white" />
|
||||
<Logo allowVariants={false} width={76} fill="white" />
|
||||
</View>
|
||||
<Text
|
||||
style={[
|
||||
|
||||
@@ -132,7 +132,7 @@ export function Takendown() {
|
||||
]}>
|
||||
<View style={[a.flex_1, {maxWidth: COL_WIDTH, minHeight: COL_WIDTH}]}>
|
||||
<View style={[a.pb_xl]}>
|
||||
<Logo width={64} />
|
||||
<Logo allowVariants={false} width={64} />
|
||||
</View>
|
||||
|
||||
<Text style={[a.text_4xl, a.font_bold, a.pb_md]}>
|
||||
|
||||
Reference in New Issue
Block a user