fix: Update contact details in legal views
This commit is contained in:
parent
d6ea56cfa9
commit
051b5b169d
@ -17,11 +17,11 @@ struct LegalNoticeView: View {
|
||||
title: "App Publisher",
|
||||
content: """
|
||||
Ilyas Hallak
|
||||
[Street Address]
|
||||
[City, Postal Code]
|
||||
[Country]
|
||||
Albert-Bischof-Str. 18
|
||||
28357 Bremen
|
||||
Germany
|
||||
|
||||
Email: ilhallak@gmail.com
|
||||
Email: hi@ilyashallak.de
|
||||
"""
|
||||
)
|
||||
|
||||
@ -93,4 +93,4 @@ struct LegalNoticeView: View {
|
||||
|
||||
#Preview {
|
||||
LegalNoticeView()
|
||||
}
|
||||
}
|
||||
|
||||
@ -44,7 +44,7 @@ struct PrivacyPolicyView: View {
|
||||
|
||||
sectionView(
|
||||
title: "Contact",
|
||||
content: "If you have questions about this privacy policy, please contact us at: ilhallak@gmail.com"
|
||||
content: "If you have questions about this privacy policy, please contact us at: hi@ilyashallak.de"
|
||||
)
|
||||
}
|
||||
}
|
||||
@ -79,4 +79,4 @@ struct PrivacyPolicyView: View {
|
||||
|
||||
#Preview {
|
||||
PrivacyPolicyView()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user