Skip to content

Commit

Permalink
removed message user from user sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Oct 3, 2023
1 parent eebe0f5 commit 4575e69
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions lib/user/widgets/user_sidebar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -153,32 +153,6 @@ class _UserSidebarState extends State<UserSidebar> {
),
child: Row(
children: [
Expanded(
child: ElevatedButton(
onPressed: null,
style: TextButton.styleFrom(
fixedSize: const Size.fromHeight(40),
padding: EdgeInsets.zero,
),
child: const Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon(
Icons.mail_outline_rounded,
semanticLabel: 'Message User',
),
SizedBox(width: 4.0),
Text(
'Message User',
),
],
),
),
),
const SizedBox(
width: 10,
height: 8,
),
Expanded(
child: ElevatedButton(
onPressed: isLoggedIn
Expand Down

0 comments on commit 4575e69

Please sign in to comment.