Skip to content

Commit

Permalink
Merge pull request #797 from bounswe/app-796/fix-sidebar
Browse files Browse the repository at this point in the history
sidebar fixed
  • Loading branch information
simarahmtkhy authored Dec 25, 2023
2 parents 4eb2e62 + db1d2e3 commit 1f9aa05
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/mobile/lib/view/sidebar/sidebar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,6 @@ class Sidebar extends StatelessWidget {
const SizedBox(
height: 6.0,
),
ListTile(
leading: const Icon(Icons.notifications),
title: const Text('Notifications'),
onTap: () {
// Navigate to the settings page or perform other actions
},
),
ListTile(
leading: const Icon(Icons.settings),
title: const Text('Settings'),
Expand Down Expand Up @@ -322,13 +315,6 @@ class Sidebar extends StatelessWidget {
);
},
),
ListTile(
leading: const Icon(Icons.notifications),
title: const Text('Notifications'),
onTap: () {
// Navigate to the settings page or perform other actions
},
),
ListTile(
leading: const Icon(Icons.settings),
title: const Text('Settings'),
Expand Down

0 comments on commit 1f9aa05

Please sign in to comment.