Rework logged out state to preserve routing and work for web
This commit is contained in:
parent
b5c64a03b6
commit
774fb83719
26 changed files with 1063 additions and 1078 deletions
|
@ -26,7 +26,7 @@ export const PrivacyPolicyScreen = (_props: Props) => {
|
|||
<ViewHeader title="Privacy Policy" />
|
||||
<ScrollView style={[s.hContentRegion, pal.view]}>
|
||||
<View style={[s.p20]}>
|
||||
<Text type="title-xl" style={[pal.text, s.pb20]}>
|
||||
<Text type="title-xl" style={[pal.text, s.bold, s.pb20]}>
|
||||
Privacy Policy
|
||||
</Text>
|
||||
<PrivacyPolicyHtml />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue