We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b403d commit 5dfbc3fCopy full SHA for 5dfbc3f
vector-config/src/main/java/im/vector/app/config/Config.kt
@@ -104,8 +104,7 @@ object Config {
104
* to replace the resource `replacement_app_icon` too.
105
*/
106
val sunsetConfig: SunsetConfig = SunsetConfig.Enabled(
107
- // TODO: update this URL.
108
- learnMoreLink = "https://element.io/",
+ learnMoreLink = "https://element.io/app-for-productivity",
109
replacementApplicationName = "Element X",
110
replacementApplicationId = "io.element.android.x",
111
)
0 commit comments