diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index ed2a6cfb7..b9776af52 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -689,21 +689,25 @@ function ExtraLinks() { const {_} = useLingui() const t = useTheme() const kawaii = useKawaiiMode() + const navigation = useNavigation() return ( - - Terms of Service - - - Privacy Policy - + navigation.navigate('TermsOfService')}> + + Terms of Service + + + navigation.navigate('PrivacyPolicy')}> + + Privacy Policy + + + navigation.navigate('License')}> + + License + + {kawaii && (