Skip to content

Commit

Permalink
Set GOLD legendary style as default during become legend flow
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Dec 6, 2024
1 parent 85cc1ed commit 500bab6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
}

Expand Down

0 comments on commit 500bab6

Please sign in to comment.