From 2f49e8067430783ced9f0aaaea7d4ac61bba309c Mon Sep 17 00:00:00 2001 From: theapache64 Date: Fri, 7 Jan 2022 23:32:40 +0530 Subject: [PATCH] =?UTF-8?q?=E2=97=80=EF=B8=8F=20make=20lib=20section=20sta?= =?UTF-8?q?ble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/theapache64/stackzy/ui/feature/pathway/PathwayScreen.kt | 2 +- .../theapache64/stackzy/ui/feature/pathway/PathwayViewModel.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayScreen.kt b/src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayScreen.kt index 9686e10..d5488e9 100644 --- a/src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayScreen.kt +++ b/src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayScreen.kt @@ -107,7 +107,7 @@ fun PathwayScreen( ) PathwayCard( - text = "Libraries (beta)", + text = "Libraries", icon = painterResource("drawables/books.svg"), onClicked = onLibrariesSelected, onMouseEnter = viewModel::onLibrariesCardFocused, diff --git a/src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayViewModel.kt b/src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayViewModel.kt index 139c1aa..d9f2bab 100644 --- a/src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayViewModel.kt +++ b/src/main/kotlin/com/theapache64/stackzy/ui/feature/pathway/PathwayViewModel.kt @@ -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() {