diff --git a/lib/ui/views/splash_screen/splash_screen_view.dart b/lib/ui/views/splash_screen/splash_screen_view.dart index 5780745..98b1cb8 100644 --- a/lib/ui/views/splash_screen/splash_screen_view.dart +++ b/lib/ui/views/splash_screen/splash_screen_view.dart @@ -42,7 +42,7 @@ class SplashScreenView extends StatelessWidget { height: 10, ), Text( - 'KAMUS MEDIS DAN KESEHATAN', + 'KAMUS ISTILAH KESEHATAN', style: boldTextStyle.copyWith( // color: backgroundColor, fontSize: 20, @@ -66,7 +66,7 @@ class SplashScreenView extends StatelessWidget { textAlign: TextAlign.center, ), Text( - 'Kicap Karan', + 'Rahmat Hidayat Syam', style: boldTextStyle.copyWith( fontSize: 13, fontStyle: FontStyle.italic, @@ -74,7 +74,7 @@ class SplashScreenView extends StatelessWidget { textAlign: TextAlign.center, ), Text( - 'www.kicap-karan.com', + '217280019', style: boldTextStyle.copyWith( fontSize: 13, ), diff --git a/lib/ui/views/user_tracking_index/user_tracking_index_view_model.dart b/lib/ui/views/user_tracking_index/user_tracking_index_view_model.dart index 08c9c8e..8187fcb 100644 --- a/lib/ui/views/user_tracking_index/user_tracking_index_view_model.dart +++ b/lib/ui/views/user_tracking_index/user_tracking_index_view_model.dart @@ -21,9 +21,9 @@ class UserTrackingIndexViewModel extends IndexTrackingViewModel { 'header': 'List Kamus', }, { - 'name': 'Profil Developer', - 'icon': Icons.person_outline_outlined, - 'header': 'Profil Developer', + 'name': 'Bookmark Kamus', + 'icon': Icons.bookmark_border_outlined, + 'header': 'Bookmark Kamus', }, ];