From 051b5b169df0314ae38e50f963cdd22f6eb5dfad Mon Sep 17 00:00:00 2001 From: Ilyas Hallak Date: Sat, 20 Sep 2025 22:11:32 +0200 Subject: [PATCH] fix: Update contact details in legal views --- readeck/UI/Settings/LegalNoticeView.swift | 10 +++++----- readeck/UI/Settings/PrivacyPolicyView.swift | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/readeck/UI/Settings/LegalNoticeView.swift b/readeck/UI/Settings/LegalNoticeView.swift index 683b7c4..abd9535 100644 --- a/readeck/UI/Settings/LegalNoticeView.swift +++ b/readeck/UI/Settings/LegalNoticeView.swift @@ -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() -} \ No newline at end of file +} diff --git a/readeck/UI/Settings/PrivacyPolicyView.swift b/readeck/UI/Settings/PrivacyPolicyView.swift index a5de093..1f60b8e 100644 --- a/readeck/UI/Settings/PrivacyPolicyView.swift +++ b/readeck/UI/Settings/PrivacyPolicyView.swift @@ -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() -} \ No newline at end of file +}