Manos Chorianopoulos

minor fix

...@@ -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)
......