cosmetic changes
parent
a2eb8d6877
commit
b65da2fe3a
|
|
@ -61,10 +61,10 @@ class AdminPageState extends State<AdminPage> {
|
|||
// 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<AdminPage> {
|
|||
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<AdminPage> {
|
|||
color: const Color.fromRGBO(166, 0, 249, 1),
|
||||
child: const Center(
|
||||
child: Text(
|
||||
'Logout',
|
||||
'Sair',
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
fontSize: 24,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ class _ServersViewState extends State<ServersView> {
|
|||
color: const Color.fromRGBO(166, 0, 249, 1),
|
||||
child: const Center(
|
||||
child: Text(
|
||||
'Servers',
|
||||
'Servidores',
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
fontSize: 24,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ class _UsersViewState extends State<UsersView> {
|
|||
color: const Color.fromRGBO(166, 0, 249, 1),
|
||||
child: const Center(
|
||||
child: Text(
|
||||
'Users',
|
||||
'Usuários',
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
fontSize: 24,
|
||||
|
|
|
|||
BIN
web/favicon.png
BIN
web/favicon.png
Binary file not shown.
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 81 KiB |
BIN
web/logo.png
BIN
web/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 349 KiB After Width: | Height: | Size: 81 KiB |
Loading…
Reference in New Issue