mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-22 07:59:48 +00:00
ui: update post link in whats new (#7400)
Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
This commit is contained in:
co-authored by
Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
parent
5e45fe1f0e
commit
0ec028a668
@@ -672,7 +672,7 @@ private let versionDescriptions: [VersionDescription] = [
|
||||
),
|
||||
VersionDescription(
|
||||
version: isInUS ? "v7.0.1" : "v7.0",
|
||||
post: nil,
|
||||
post: URL(string: "https://simplex.chat/blog/20260819-simplex-chat-crowdfunding.html"),
|
||||
features: (isInUS ? [
|
||||
.view(FeatureView(
|
||||
icon: nil,
|
||||
|
||||
+1
-1
@@ -944,7 +944,7 @@ private val versionDescriptions: List<VersionDescription> = listOf(
|
||||
VersionDescription(
|
||||
// the trailing space differs from the previously released "v7.0", so that What's new is shown again
|
||||
version = if (isInUs()) "v7.0.1" else "v7.0",
|
||||
post = null,
|
||||
post = "https://simplex.chat/blog/20260819-simplex-chat-crowdfunding.html",
|
||||
features = listOf(
|
||||
VersionFeature.FeatureView(
|
||||
icon = null,
|
||||
|
||||
Reference in New Issue
Block a user