Skip to content

Commit

Permalink
Remove "Conta corrente" navbar item.
Browse files Browse the repository at this point in the history
  • Loading branch information
Process-ing committed Aug 11, 2023
1 parent 151d570 commit ef70105
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions uni/lib/utils/navbar_items.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ enum NavbarItem {
'Faculdade',
Icons.domain_outlined,
['Restaurantes', 'Calendário', 'Biblioteca', 'Úteis'],
),
navCurrentAccount(
'Conta Corrente',
Icons.account_balance_wallet_outlined,
[],
);

const NavbarItem(this.label, this.icon, this.routes);
Expand Down

0 comments on commit ef70105

Please sign in to comment.