Fix NavSignupCard on web (#5813)

This commit is contained in:
Eric Bailey
2024-10-21 10:56:54 -05:00
committed by GitHub
parent 1e723f177f
commit 24679d5fe3
4 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ let NavSignupCard = ({}: {}): React.ReactNode => {
</Button>
</View>
<View style={[a.pt_2xl, a.w_full]}>
<AppLanguageDropdown />
<View style={[a.mt_md, a.w_full, {height: 32}]}>
<AppLanguageDropdown style={{marginTop: 0}} />
</View>
</View>
)