change the bookmark page

This commit is contained in:
kicap 2024-04-02 13:15:29 +08:00
parent 27c529dad9
commit 1607b6eb00
2 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ class SplashScreenView extends StatelessWidget {
height: 10, height: 10,
), ),
Text( Text(
'KAMUS MEDIS DAN KESEHATAN', 'KAMUS ISTILAH KESEHATAN',
style: boldTextStyle.copyWith( style: boldTextStyle.copyWith(
// color: backgroundColor, // color: backgroundColor,
fontSize: 20, fontSize: 20,
@ -66,7 +66,7 @@ class SplashScreenView extends StatelessWidget {
textAlign: TextAlign.center, textAlign: TextAlign.center,
), ),
Text( Text(
'Kicap Karan', 'Rahmat Hidayat Syam',
style: boldTextStyle.copyWith( style: boldTextStyle.copyWith(
fontSize: 13, fontSize: 13,
fontStyle: FontStyle.italic, fontStyle: FontStyle.italic,
@ -74,7 +74,7 @@ class SplashScreenView extends StatelessWidget {
textAlign: TextAlign.center, textAlign: TextAlign.center,
), ),
Text( Text(
'www.kicap-karan.com', '217280019',
style: boldTextStyle.copyWith( style: boldTextStyle.copyWith(
fontSize: 13, fontSize: 13,
), ),

View File

@ -21,9 +21,9 @@ class UserTrackingIndexViewModel extends IndexTrackingViewModel {
'header': 'List Kamus', 'header': 'List Kamus',
}, },
{ {
'name': 'Profil Developer', 'name': 'Bookmark Kamus',
'icon': Icons.person_outline_outlined, 'icon': Icons.bookmark_border_outlined,
'header': 'Profil Developer', 'header': 'Bookmark Kamus',
}, },
]; ];