diff --git a/app/src/main/kotlin/net/primal/android/premium/legend/become/amount/BecomeLegendAmountStage.kt b/app/src/main/kotlin/net/primal/android/premium/legend/become/amount/BecomeLegendAmountStage.kt index 6f9d4e152..211ae50a4 100644 --- a/app/src/main/kotlin/net/primal/android/premium/legend/become/amount/BecomeLegendAmountStage.kt +++ b/app/src/main/kotlin/net/primal/android/premium/legend/become/amount/BecomeLegendAmountStage.kt @@ -93,15 +93,16 @@ fun BecomeLegendAmountStage( internetIdentifier = state.profileNostrAddress, internetIdentifierBadgeSize = 24.dp, fontSize = 20.sp, + customBadgeStyle = LegendaryStyle.GOLD, ) } state.membership?.let { PremiumBadge( - firstCohort = "Primal Legend", + firstCohort = "Legend", secondCohort = it.cohort2, membershipExpired = it.isExpired(), - legendaryStyle = LegendaryStyle.NO_CUSTOMIZATION, + legendaryStyle = LegendaryStyle.GOLD, ) }