More rebranding including the team identifier, url scheme, and links on about screen

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Yannik Bloscheck
2025-06-12 22:20:56 +02:00
committed by Konstantin Pastbin
parent d4e1d53c40
commit 074d443f0f
126 changed files with 559 additions and 276 deletions

View File

@@ -59,11 +59,11 @@ enum AboutInfo {
// These cases don't provide redirection to the web
return nil
case .reportABug:
return "hello@comaps.app"
return "ios@comaps.app"
case .reportMapDataProblem:
return "https://www.openstreetmap.org/fixthemap"
case .volunteer:
return L("translated_om_site_url") + "support-us/"
return L("translated_om_site_url") + "community/"
case .news:
return L("translated_om_site_url") + "news/"
}