Skip to content

Commit

Permalink
refactor: change button label
Browse files Browse the repository at this point in the history
  • Loading branch information
aslansari committed May 14, 2024
1 parent b8c51d2 commit 361ac20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ internal fun CocktailScreen(
Text("Category is ${uiState.category}")
Spacer(Modifier.size(12.dp))
Button(onClick = onBackClick) {
Text("Navigate to Home")
Text("Go Back")
}
}
}
Expand Down

0 comments on commit 361ac20

Please sign in to comment.