Skip to content

Commit

Permalink
update deprecation date
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkicks committed Jul 25, 2023
1 parent 91d3abe commit 08724c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct DashboardDeprecationView: View {
private let contentPadding = 12.0
private let imageSizeMultiplier = 1.5
private var deprecationDateText: String {
self.formatted(dateString: "2023-08-14")
self.formatted(dateString: "2023-09-5")

Check warning on line 8 in Kickstarter-iOS/Features/DashboardDeprecationBanner/DashboardDeprecationView.swift

View check run for this annotation

Codecov / codecov/patch

Kickstarter-iOS/Features/DashboardDeprecationBanner/DashboardDeprecationView.swift#L8

Added line #L8 was not covered by tests
}

var body: some View {
Expand Down

0 comments on commit 08724c7

Please sign in to comment.