We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c886fdf commit 2f49e80Copy full SHA for 2f49e80
src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayScreen.kt
@@ -107,7 +107,7 @@ fun PathwayScreen(
107
)
108
109
PathwayCard(
110
- text = "Libraries (beta)",
+ text = "Libraries",
111
icon = painterResource("drawables/books.svg"),
112
onClicked = onLibrariesSelected,
113
onMouseEnter = viewModel::onLibrariesCardFocused,
src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayViewModel.kt
@@ -69,7 +69,7 @@ class PathwayViewModel @Inject constructor(
69
}
70
71
fun onLibrariesCardFocused() {
72
- _focusedCardInfo.value = "Find apps that are using a specific library (beta)"
+ _focusedCardInfo.value = "Find apps that are using a specific library"
73
74
75
fun onCardFocusLost() {
0 commit comments