Skip to content

Commit

Permalink
Paywalls: updated icon set to match frontend (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Aug 3, 2023
1 parent 3487c4f commit e183db6
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RevenueCatUI/Data/TestData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ internal enum TestData {
iconID: "tick"),
.init(title: "Day 7",
content: "Get a reminder about when your trial is about to end.",
iconID: "notifications"),
iconID: "notification"),
.init(title: "Day 14",
content: "You'll automatically get subscribed. " +
"Cancel anytime before if you didn't love our app.",
Expand Down
4 changes: 2 additions & 2 deletions RevenueCatUI/Views/IconView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enum PaywallIcon: String, CaseIterable {
case layers
case lineChart = "line_chart"
case lock
case notifications
case notification
case person
case phone
case playCircle = "play_circle"
Expand All @@ -71,7 +71,7 @@ enum PaywallIcon: String, CaseIterable {
case tick
case transfer
case twoWayArrows = "two_way_arrows"
case vpnKey = "vpn_key"
case key
case warning

}
Expand Down
2 changes: 1 addition & 1 deletion Tests/TestingApps/SimpleApp/SimpleApp/SamplePaywalls.swift
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ private extension SamplePaywallLoader {
iconID: "tick"),
.init(title: "Day 7",
content: "Get a reminder about when your trial is about to end.",
iconID: "notifications"),
iconID: "notification"),
.init(title: "Day 14",
content: "You'll automatically get subscribed. Cancel anytime before if you didn't love our app.",
iconID: "attachment")
Expand Down

0 comments on commit e183db6

Please sign in to comment.