Skip to content

Commit

Permalink
◀️ make lib section stable
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 7, 2022
1 parent c886fdf commit 2f49e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fun PathwayScreen(
)

PathwayCard(
text = "Libraries (beta)",
text = "Libraries",
icon = painterResource("drawables/books.svg"),
onClicked = onLibrariesSelected,
onMouseEnter = viewModel::onLibrariesCardFocused,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class PathwayViewModel @Inject constructor(
}

fun onLibrariesCardFocused() {
_focusedCardInfo.value = "Find apps that are using a specific library (beta)"
_focusedCardInfo.value = "Find apps that are using a specific library"
}

fun onCardFocusLost() {
Expand Down

0 comments on commit 2f49e80

Please sign in to comment.