Skip to content

Commit

Permalink
chore(digital-guide): remove temp action
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Jan 16, 2025
1 parent 16ae110 commit c9b4f55
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/features/home_view/widgets/nav_actions_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ class NavActionsSection extends ConsumerWidget {
),
ref.navigateAboutUs,
),
// _NavActionButton(
// "Digital Guide",
// Icon(
// Icons.accessibility,
// color: context.colorTheme.whiteSoap,
// size: 32,
// ),
// () => unawaited(ref.navigateDigitalGuide(421)),
// ),
],
),
);
Expand Down

0 comments on commit c9b4f55

Please sign in to comment.