Skip to content

Commit

Permalink
Move the rest of URL to X
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Oct 9, 2023
1 parent 0a386fb commit 25d555d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can help translate Lawnchair 12.1 [on Crowdin](https://lawnchair.crowdin.com
## Quick links

- [News](https://t.me/lawnchairci)
- [Lawnchair on Twitter](https://twitter.com/lawnchairapp)
- [Lawnchair on X](https://x.com/lawnchairapp)
- [Website](https://lawnchair.app)
- [_XDA_ thread](https://forum.xda-developers.com/t/lawnchair-customizable-pixel-launcher.3627137/)

Expand Down
14 changes: 7 additions & 7 deletions lawnchair/src/app/lawnchair/ui/preferences/about/About.kt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private val product = listOf(
name = "Antonio J. Roa Valverde",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/914983",
socialUrl = "https://twitter.com/6020peaks",
socialUrl = "https://x.com/6020peaks",
),
TeamMember(
name = "David Sn",
Expand All @@ -105,31 +105,31 @@ private val product = listOf(
name = "Kshitij Gupta",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/18647641",
socialUrl = "https://twitter.com/Agent_Fabulous",
socialUrl = "https://x.com/Agent_Fabulous",
),
TeamMember(
name = "Manuel Lorenzo",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/183264",
socialUrl = "https://twitter.com/noloman",
socialUrl = "https://x.com/noloman",
),
TeamMember(
name = "paphonb",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/8080853",
socialUrl = "https://twitter.com/paphonb",
socialUrl = "https://x.com/paphonb",
),
TeamMember(
name = "raphtlw",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/47694127",
socialUrl = "https://twitter.com/raphtlw",
socialUrl = "https://x.com/raphtlw",
),
TeamMember(
name = "Rhyse Simpson",
role = Role.QuickSwitchMaintenance,
photoUrl = "https://avatars.githubusercontent.com/u/7065700",
socialUrl = "https://twitter.com/skittles9823",
socialUrl = "https://x.com/skittles9823",
),
TeamMember(
name = "Yasan",
Expand All @@ -156,7 +156,7 @@ private val supportAndPr = listOf(
name = "Rik Koedoot",
role = Role.SupportAndPr,
photoUrl = "https://avatars.githubusercontent.com/u/29402532",
socialUrl = "https://twitter.com/rikkoedoot",
socialUrl = "https://x.com/rikkoedoot",
),
TeamMember(
name = "SuperDragonXD",
Expand Down

0 comments on commit 25d555d

Please sign in to comment.