Showing
2 changed files
with
1 additions
and
1 deletions
No preview for this file type
... | @@ -26,7 +26,7 @@ extension CampaignWebview { | ... | @@ -26,7 +26,7 @@ extension CampaignWebview { |
26 | print("Back Button tapped!") | 26 | print("Back Button tapped!") |
27 | goBack() | 27 | goBack() |
28 | } label: { | 28 | } label: { |
29 | - Image("ic_back") | 29 | + Image("ic_back", bundle: Bundle(for: MyEmptyClass.self)) |
30 | .resizable() | 30 | .resizable() |
31 | .aspectRatio(contentMode: .fit) | 31 | .aspectRatio(contentMode: .fit) |
32 | .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02) | 32 | .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02) | ... | ... |
-
Please register or login to post a comment