update the app
This commit is contained in:
@@ -86,7 +86,7 @@ class LandingScreen extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
TextButton(
|
||||
onPressed: () => context.push('/login/employee'),
|
||||
onPressed: () => context.go('/agency'),
|
||||
style: TextButton.styleFrom(
|
||||
foregroundColor: Colors.white.withValues(alpha: 0.5),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user