Reword
This commit is contained in:
parent
50a8458416
commit
ff144a3cce
|
@ -39,11 +39,11 @@ struct UpdateView: View {
|
||||||
|
|
||||||
var features: some View {
|
var features: some View {
|
||||||
VStack(spacing: 60) {
|
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(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)
|
.frame(height: 500)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue