diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ChatInfoImage.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ChatInfoImage.kt index 79f4119f8a..ec7767c591 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ChatInfoImage.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ChatInfoImage.kt @@ -171,9 +171,9 @@ fun showBadgeInfoAlert(badge: LocalBadge) { } private fun badgeImage(t: BadgeType): ImageResource = when (t) { - is BadgeType.Legend -> MR.images.badge_legend - is BadgeType.Investor -> MR.images.badge_investor - else -> MR.images.badge_supporter // Supporter + Unknown + is BadgeType.Legend -> MR.images.`badge-legend` + is BadgeType.Investor -> MR.images.`badge-investor` + else -> MR.images.`badge-supporter` // Supporter + Unknown } @Composable