Skip to content

Commit 652918b

Browse files
authored
[App size reduction] Remove shipping image duplication (#15788)
2 parents 429a174 + a2fc8b4 commit 652918b

File tree

5 files changed

+2
-27
lines changed

5 files changed

+2
-27
lines changed

WooCommerce/Classes/ViewModels/Order Details/Shipping Labels/ShippingLabelPrintingInstructionsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct ShippingLabelPrintingInstructionsView: View {
77
VStack {
88
Spacer()
99
.frame(height: 20)
10-
Image("woo-shipping-label-printing-instructions")
10+
Image(uiImage: .shippingLabelCreationInfoImage)
1111
Spacer()
1212
.frame(height: 30)
1313
ShippingLabelPrintingStepListView()

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/Print Customs Form/PrintCustomsFormsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct PrintCustomsFormsView: View {
2323
.bodyStyle()
2424
.padding(.top, Constants.verticalSpacing)
2525
VStack(spacing: Constants.verticalSpacing) {
26-
Image("woo-shipping-label-printing-instructions")
26+
Image(uiImage: .shippingLabelCreationInfoImage)
2727
Text(invoiceURLs.count == 1 ? Localization.singlePrintingMessage : Localization.printingMessage)
2828
.bodyStyle()
2929
.multilineTextAlignment(.center)

WooCommerce/Resources/Images.xcassets/woo-shipping-label-printing-instructions.imageset/Contents.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)