Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
cgus
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Dec 12, 2023
1 parent b48bb85 commit c11ea60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions app/src/scenes/legal/legal-mentions-screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ const LegalMentions = ({ navigation }) => {
centre) :
</Text>
<Text style={styles.default}>
Microsoft France{"\n"}
39 Quai du Président Roosevelt{"\n"}
92130 ISSY-LES-MOULINEAUX{"\n"}
France
OVH SAS{"\n"}
2 rue Kellermann{"\n"}
59100 Roubaix - France.
</Text>
<Text style={styles.h1}>Accessibilité</Text>
<Text style={styles.default}>
Expand Down
6 changes: 3 additions & 3 deletions app/src/scenes/legal/privacy-screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,18 +217,18 @@ const Privacy = ({ navigation }) => {
<Text style={styles.h2}>Sous-traitants</Text>
<Li>
<Text style={styles.default}>
<Text style={styles.bold}>Microsoft Azure</Text>, France{"\n"}
<Text style={styles.bold}>OVH SAS</Text>, France{"\n"}
<Text style={styles.italic}>Hébergement de l’application</Text>
{"\n"}
<TouchableOpacity
onPress={() =>
Linking.openURL(
"https://privacy.microsoft.com/fr-fr/privacystatement"
"https://www.ovhcloud.com/fr/personal-data-protection/"
)
}
>
<Text style={styles.link}>
https://privacy.microsoft.com/fr-fr/privacystatement
https://www.ovhcloud.com/fr/personal-data-protection/
</Text>
</TouchableOpacity>
</Text>
Expand Down

0 comments on commit c11ea60

Please sign in to comment.