Skip to content

Commit 2f49e80

Browse files
committed
◀️ make lib section stable
1 parent c886fdf commit 2f49e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayScreen.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fun PathwayScreen(
107107
)
108108

109109
PathwayCard(
110-
text = "Libraries (beta)",
110+
text = "Libraries",
111111
icon = painterResource("drawables/books.svg"),
112112
onClicked = onLibrariesSelected,
113113
onMouseEnter = viewModel::onLibrariesCardFocused,

src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayViewModel.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class PathwayViewModel @Inject constructor(
6969
}
7070

7171
fun onLibrariesCardFocused() {
72-
_focusedCardInfo.value = "Find apps that are using a specific library (beta)"
72+
_focusedCardInfo.value = "Find apps that are using a specific library"
7373
}
7474

7575
fun onCardFocusLost() {

0 commit comments

Comments
 (0)