Skip to content

Commit

Permalink
Ajuste simples - eliminado chat do menu para fechar versão
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusONunes committed Sep 29, 2021
1 parent bcf7106 commit 18bd084
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions lib/pages/components/goop_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,19 @@ class _GoopDrawerState extends StateGoop<GoopDrawer> {
);
},
),
goopTile(
useSvg: false,
title: 'Chat',
img: Icon(
Icons.chat_bubble_outline,
color: Colors.red,
),
action: () {
navigatorPopAndPushNamed(
Routes.chat,
);
},
),
// goopTile(
// useSvg: false,
// title: 'Chat',
// img: Icon(
// Icons.chat_bubble_outline,
// color: Colors.red,
// ),
// action: () {
// navigatorPopAndPushNamed(
// Routes.chat,
// );
// },
// ),
goopTile(
title: 'FAQ',
img: GoopImages.faq,
Expand Down

0 comments on commit 18bd084

Please sign in to comment.