Manos Chorianopoulos

minor fix

......@@ -26,7 +26,7 @@ extension CampaignWebview {
print("Back Button tapped!")
goBack()
} label: {
Image("ic_back")
Image("ic_back", bundle: Bundle(for: MyEmptyClass.self))
.resizable()
.aspectRatio(contentMode: .fit)
.frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02)
......