newFeedbackBranch #29

Closed
nisa9769 wants to merge 4 commits from newFeedbackBranch into master
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 61ec322e7d - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -61,8 +61,10 @@ class _HomePageState extends State<HomePage> {
MaterialPageRoute(builder: (context) => BottomNavPage()), //Replace Container() with call to account-page.
);
},
child: Text(
'FIND SPOT BY LOCATION',
child: Text(
(globals.LOGGED_IN_USER.userID == 0 ? 'FIND SPOT BY LOCATION \n \n without signing in' : 'FIND SPOT BY LOCATION'),
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 18,