mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 06:33:42 +00:00
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:
committed by
Konstantin Pastbin
parent
d4e1d53c40
commit
074d443f0f
@@ -7,7 +7,7 @@ enum SocialMedia {
|
||||
case matrix
|
||||
case fosstodon
|
||||
case linkedin
|
||||
case CoMapsEmail
|
||||
case email
|
||||
case codeberg
|
||||
|
||||
var link: String {
|
||||
@@ -18,10 +18,10 @@ enum SocialMedia {
|
||||
return "https://codeberg.org/comaps/comaps/"
|
||||
case .linkedin:
|
||||
return "https://www.linkedin.com/company/comaps-community/"
|
||||
case .CoMapsEmail:
|
||||
return "hello@comaps.app"
|
||||
case .email:
|
||||
return "ios@comaps.app"
|
||||
case .matrix:
|
||||
return "https://matrix.to/#/%23comaps:matrix.org"
|
||||
return "https://matrix.to/#/#comaps:matrix.org"
|
||||
case .fosstodon:
|
||||
return "https://floss.social/@CoMaps"
|
||||
case .facebook:
|
||||
@@ -43,7 +43,7 @@ enum SocialMedia {
|
||||
return UIImage(named: "ic_social_media_codeberg")!
|
||||
case .linkedin:
|
||||
return UIImage(named: "ic_social_media_linkedin")!
|
||||
case .CoMapsEmail:
|
||||
case .email:
|
||||
return UIImage(named: "ic_social_media_mail")!
|
||||
case .matrix:
|
||||
return UIImage(named: "ic_social_media_matrix")!
|
||||
|
||||
Reference in New Issue
Block a user