Merge branch 'ivansilvestre-main' into main
commit
19ea6b6ae7
|
@ -158,6 +158,7 @@ const styles = StyleSheet.create({
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: 8,
|
gap: 8,
|
||||||
marginHorizontal: 12,
|
marginHorizontal: 12,
|
||||||
|
marginTop: 8,
|
||||||
},
|
},
|
||||||
darkModeToggleIcon: {
|
darkModeToggleIcon: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
|
|
@ -36,7 +36,7 @@ const ShellInner = observer(() => {
|
||||||
<FlatNavigator />
|
<FlatNavigator />
|
||||||
</ErrorBoundary>
|
</ErrorBoundary>
|
||||||
</View>
|
</View>
|
||||||
{isDesktop && (
|
{isDesktop && store.session.hasSession && (
|
||||||
<>
|
<>
|
||||||
<DesktopLeftNav />
|
<DesktopLeftNav />
|
||||||
<DesktopRightNav />
|
<DesktopRightNav />
|
||||||
|
|
Loading…
Reference in New Issue