From 7d81bb52719b5f9715f1bc880d89c3e14c80ee67 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:40:25 +0000 Subject: [PATCH] rename badges --- .../chat/simplex/common/views/helpers/ChatInfoImage.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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