From fbf4b48ce3962cf41d3f859f2f01390f4ca8bf88 Mon Sep 17 00:00:00 2001 From: lumaa-dev Date: Thu, 26 Sep 2024 01:32:07 +0200 Subject: [PATCH] Changed Update --- 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 11046a0..ae22e7f 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!") + newFeature(imageName: "SubClubMark", title: "sub.club", text: "A full sub.club integration was made in collaboration with them! Thank you!") - newFeature(systemImage: "questionmark.square.dashed", title: "Drafts will be back", text: "The \"Drafts\" button has been removed, all previous Drafts are saved anyway") + newFeature(imageName: "HeroPlus", title: "Bubble+ is here!", text: "More accounts, more drafts, downloadable attachments... and VIP!") - newFeature(systemImage: "person.2.badge.gearshape.fill", title: "Improved profiles", text: "Display names have been slightly improved") + newFeature(systemImage: "link", title: "Deep links", text: "bubbleapp://plus") } .frame(height: 500) }