diff --git a/Bubble/Views/Settings/UpdateView.swift b/Bubble/Views/Settings/UpdateView.swift index 46fdce9..1a75eb9 100644 --- a/Bubble/Views/Settings/UpdateView.swift +++ b/Bubble/Views/Settings/UpdateView.swift @@ -43,7 +43,7 @@ struct UpdateView: View { newFeature(imageName: "SubClubMark", title: "sub.club", text: "A full sub.club integration was made in collaboration with them! Thank you!") - newFeature(systemImage: "link", title: "Deep links", text: "bubbleapp://update as well as tapping on usernames in posts is possible now!") + newFeature(systemImage: "decrease.quotelevel", title: "Post overhaul", text: "Posts and replies are looking fancier than ever before!") } .frame(height: 500) }