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
+1 -1
View File
@@ -353,7 +353,7 @@ export function DesktopLeftNav() {
{hasSession ? (
<ProfileCard />
) : isDesktop ? (
<View style={{paddingHorizontal: 12}}>
<View style={[a.pt_xl]}>
<NavSignupCard />
</View>
) : null}