We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657c39d commit c3edd19Copy full SHA for c3edd19
1 file changed
apps/flipcash/core/src/main/kotlin/com/flipcash/app/core/navigation/NavBarConfig.kt
@@ -2,7 +2,7 @@ package com.flipcash.app.core.navigation
2
3
data class NavBarConfig(
4
val order: List<NavBarButton> = NavBarButton.defaultOrder,
5
- val giveButtonLabel: GiveButtonLabel = GiveButtonLabel.Give,
+ val giveButtonLabel: GiveButtonLabel = GiveButtonLabel.Cash,
6
) {
7
fun serialize(): String =
8
"${order.joinToString(",") { it.name }}|${giveButtonLabel.name}"
0 commit comments