diff --git a/lib/pages/admin_page.dart b/lib/pages/admin_page.dart index 5432957..9e0b598 100644 --- a/lib/pages/admin_page.dart +++ b/lib/pages/admin_page.dart @@ -61,10 +61,10 @@ class AdminPageState extends State { // if (store.isLogged) { setState(() { items = [ - const NavigationRailDestination(icon: Icon(Icons.computer, color: Colors.white), label: Text('Servers')), - const NavigationRailDestination(icon: Icon(Icons.verified_user, color: Colors.white), label: Text('Users')), - const NavigationRailDestination(icon: Icon(Icons.settings, color: Colors.white), label: Text('Settings')), - const NavigationRailDestination(icon: Icon(Icons.logout, color: Colors.white), label: Text('Logout')), + const NavigationRailDestination(icon: Icon(Icons.computer, color: Colors.white), label: Text('Servidores')), + const NavigationRailDestination(icon: Icon(Icons.verified_user, color: Colors.white), label: Text('Usuários')), + const NavigationRailDestination(icon: Icon(Icons.settings, color: Colors.white), label: Text('Configurações')), + const NavigationRailDestination(icon: Icon(Icons.logout, color: Colors.white), label: Text('Sair')), ]; }); // } @@ -80,7 +80,7 @@ class AdminPageState extends State { color: const Color.fromRGBO(166, 0, 249, 1), child: const Center( child: Text( - 'Settings', + 'Configurações', style: TextStyle( color: Colors.white, fontSize: 24, @@ -92,7 +92,7 @@ class AdminPageState extends State { color: const Color.fromRGBO(166, 0, 249, 1), child: const Center( child: Text( - 'Logout', + 'Sair', style: TextStyle( color: Colors.white, fontSize: 24, diff --git a/lib/views/admin/servers_view.dart b/lib/views/admin/servers_view.dart index e6012d9..d9e9090 100644 --- a/lib/views/admin/servers_view.dart +++ b/lib/views/admin/servers_view.dart @@ -14,7 +14,7 @@ class _ServersViewState extends State { color: const Color.fromRGBO(166, 0, 249, 1), child: const Center( child: Text( - 'Servers', + 'Servidores', style: TextStyle( color: Colors.white, fontSize: 24, diff --git a/lib/views/admin/users_view.dart b/lib/views/admin/users_view.dart index 8ba2756..48c8b0c 100644 --- a/lib/views/admin/users_view.dart +++ b/lib/views/admin/users_view.dart @@ -14,7 +14,7 @@ class _UsersViewState extends State { color: const Color.fromRGBO(166, 0, 249, 1), child: const Center( child: Text( - 'Users', + 'Usuários', style: TextStyle( color: Colors.white, fontSize: 24, diff --git a/web/favicon.png b/web/favicon.png index 3e5ec77..cba94c9 100644 Binary files a/web/favicon.png and b/web/favicon.png differ diff --git a/web/logo.png b/web/logo.png index 46a7486..cba94c9 100644 Binary files a/web/logo.png and b/web/logo.png differ