diff --git a/android/navi-bbps/src/main/kotlin/com/navi/bbps/feature/transactiondetails/BbpsEngagementBannerProvider.kt b/android/navi-bbps/src/main/kotlin/com/navi/bbps/feature/transactiondetails/BbpsEngagementBannerProvider.kt index dfaf78a661..45b41920f4 100644 --- a/android/navi-bbps/src/main/kotlin/com/navi/bbps/feature/transactiondetails/BbpsEngagementBannerProvider.kt +++ b/android/navi-bbps/src/main/kotlin/com/navi/bbps/feature/transactiondetails/BbpsEngagementBannerProvider.kt @@ -137,7 +137,8 @@ constructor(private val myBillsRepository: MyBillsRepository) { title = "Broadband bill", description = "Pay your broadband bill with a few taps on Navi", ctaText = ctaTextPayNow, - iconUrl = "https://public-assets.prod.navi-sa.in/bbps/upsell_banner__logo.png" + iconUrl = + "https://public-assets.prod.navi-sa.in/bbps/upsell_banner_broadband_logo.png" ), EngagementBannerEntity( categoryId = CATEGORY_ID_LANDLINE, @@ -145,7 +146,7 @@ constructor(private val myBillsRepository: MyBillsRepository) { description = "Pay your landline bill with a few taps on Navi", ctaText = ctaTextPayNow, iconUrl = - "https://public-assets.prod.navi-sa.in/bbps/upsell_banner_lpg_gas_logo.png" + "https://public-assets.prod.navi-sa.in/bbps/upsell_banner_landline_logo.png" ), EngagementBannerEntity( categoryId = CATEGORY_ID_CREDIT_CARD, @@ -153,7 +154,7 @@ constructor(private val myBillsRepository: MyBillsRepository) { description = "Pay your credit card bill with a few taps on Navi", ctaText = ctaTextPayNow, iconUrl = - "https://public-assets.prod.navi-sa.in/bbps/upsell_banner_broadband_logo.png" + "https://public-assets.prod.navi-sa.in/bbps/upsell_banner_creditcard_logo.png" ), EngagementBannerEntity( categoryId = CATEGORY_ID_PIPED_GAS,