bug report icon removed from invitation view

This commit is contained in:
Muhammad Hamza
2021-10-16 11:02:20 +05:00
parent 49444b3056
commit e2e9f78705
@@ -90,16 +90,6 @@ class _HomeViewState extends State<HomeView> {
color: kPrimaryColor)),
),
const Spacer(),
InkWell(
onTap: () {},
child: const Padding(
padding: EdgeInsets.all(8.0),
child: Icon(
Icons.bug_report,
color: Colors.grey,
),
)),
const SizedBox(width: 10.0),
Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.end,