refactor: update agent location display logic to prioritize state over city across UI and models
This commit is contained in:
@@ -121,7 +121,7 @@ class _LoginScreenState extends ConsumerState<LoginScreen> {
|
||||
const Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: 16),
|
||||
child: Text(
|
||||
'Login or create an account to enjoy FREE consultation on all property inquiries.',
|
||||
'Login or create an account',
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontFamily: 'SourceSerif4',
|
||||
|
||||
Reference in New Issue
Block a user