From ff144a3ccebecb37aa568b73a10737a43c205152 Mon Sep 17 00:00:00 2001 From: lumaa-dev Date: Thu, 26 Sep 2024 02:02:28 +0200 Subject: [PATCH] Reword --- Bubble/Views/Settings/UpdateView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bubble/Views/Settings/UpdateView.swift b/Bubble/Views/Settings/UpdateView.swift index ae22e7f..a5f88ea 100644 --- a/Bubble/Views/Settings/UpdateView.swift +++ b/Bubble/Views/Settings/UpdateView.swift @@ -39,11 +39,11 @@ struct UpdateView: View { var features: some View { VStack(spacing: 60) { - newFeature(imageName: "SubClubMark", title: "sub.club", text: "A full sub.club integration was made in collaboration with them! Thank you!") - newFeature(imageName: "HeroPlus", title: "Bubble+ is here!", text: "More accounts, more drafts, downloadable attachments... and VIP!") - newFeature(systemImage: "link", title: "Deep links", text: "bubbleapp://plus") + 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://plus as well as tapping on usernames in posts is possible now!") } .frame(height: 500) }