Manos Chorianopoulos

constest banners fixes

...@@ -44,7 +44,7 @@ import UIKit ...@@ -44,7 +44,7 @@ import UIKit
44 description: "13 Απίθανα ΔΩΡΑ σε περιμένουν!", 44 description: "13 Απίθανα ΔΩΡΑ σε περιμένουν!",
45 discount: "", 45 discount: "",
46 discountType: "contest", 46 discountType: "contest",
47 - bannerImage: "contest_banner_3", 47 + bannerImage: "contest_banner_4",
48 merchantLogo: "contest_logo", 48 merchantLogo: "contest_logo",
49 expirationDate: "30/06/2025", 49 expirationDate: "30/06/2025",
50 color: 0x8A2BE2, 50 color: 0x8A2BE2,
...@@ -56,7 +56,7 @@ import UIKit ...@@ -56,7 +56,7 @@ import UIKit
56 description: "13 Απίθανα ΔΩΡΑ σε περιμένουν!", 56 description: "13 Απίθανα ΔΩΡΑ σε περιμένουν!",
57 discount: "", 57 discount: "",
58 discountType: "contest", 58 discountType: "contest",
59 - bannerImage: "contest_banner_4", 59 + bannerImage: "contest_banner_3",
60 merchantLogo: "contest_logo", 60 merchantLogo: "contest_logo",
61 expirationDate: "30/06/2025", 61 expirationDate: "30/06/2025",
62 color: 0x8A2BE2, 62 color: 0x8A2BE2,
...@@ -272,9 +272,9 @@ import UIKit ...@@ -272,9 +272,9 @@ import UIKit
272 ] 272 ]
273 273
274 let contestUrls: [String] = [ 274 let contestUrls: [String] = [
275 - "https://warply.s3.amazonaws.com/dei/campaigns/tesla_dev/index.html",
276 "https://warply.s3.amazonaws.com/dei/campaigns/EnergySaverContest_dev/index.html", 275 "https://warply.s3.amazonaws.com/dei/campaigns/EnergySaverContest_dev/index.html",
277 "https://warply.s3.amazonaws.com/dei/campaigns/match_dev/index.html", 276 "https://warply.s3.amazonaws.com/dei/campaigns/match_dev/index.html",
277 + "https://warply.s3.amazonaws.com/dei/campaigns/tesla_dev/index.html",
278 "https://warply.s3.amazonaws.com/dei/campaigns/questionnaire_dev" 278 "https://warply.s3.amazonaws.com/dei/campaigns/questionnaire_dev"
279 ] 279 ]
280 280
......