fix: Update contact details in legal views

This commit is contained in:
Ilyas Hallak 2025-09-20 22:11:32 +02:00
parent d6ea56cfa9
commit 051b5b169d
2 changed files with 7 additions and 7 deletions

View File

@ -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()
}
}

View File

@ -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()
}
}