Skip to content

Commit 5020fa4

Browse files
committed
Use existing Jetpack logo image.
1 parent d35942c commit 5020fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/JetpackConnectionPackageSites/JetpackBenefitsBanner.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct JetpackBenefitsBanner: View {
3535
var body: some View {
3636
Group {
3737
HStack(spacing: Layout.horizontalSpacing) {
38-
Image("icon-jetpack-gray")
38+
Image(uiImage: .jetpackLogoImage)
3939
.resizable()
4040
.renderingMode(.template)
4141
.foregroundColor(Color(.jetpackGreen))

0 commit comments

Comments
 (0)