Skip to content

Commit 97cebc9

Browse files
committed
Fix banner #patch
1 parent 7f801d6 commit 97cebc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OversizeKit/StoreKit/Views/PrmiumBannerRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public extension PrmiumBannerRow {
120120
.colorMultiply(Color(hex: "B75375"))
121121
#endif
122122

123-
Text(viewModel.productsState.result?.banner.title ?? "Pro")
123+
Text(viewModel.productsState.result?.banner.badge ?? "Pro")
124124
.font(.system(size: platform == .macOS ? 16 : 20, weight: platform == .macOS ? .bold : .heavy))
125125
.foregroundColor(Color(hex: "B75375"))
126126
.redacted(reason: viewModel.productsState.isLoading ? .placeholder : .init())

0 commit comments

Comments
 (0)