Update agent to task

This commit is contained in:
hunteraraujo
2023-08-20 19:20:56 +02:00
parent 9bedb9fa08
commit d505724e90
4 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ class AgentView extends StatelessWidget {
color: Colors.blue,
child: const Center(
child: Text(
'Agents',
'Tasks',
style: TextStyle(fontSize: 24, color: Colors.white),
),
),