Fix NavSignupCard on web (#5813)
This commit is contained in:
@@ -353,7 +353,7 @@ export function DesktopLeftNav() {
|
||||
{hasSession ? (
|
||||
<ProfileCard />
|
||||
) : isDesktop ? (
|
||||
<View style={{paddingHorizontal: 12}}>
|
||||
<View style={[a.pt_xl]}>
|
||||
<NavSignupCard />
|
||||
</View>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user