Skip to content

Commit

Permalink
feat(digital-guide): rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolaj-jalocha committed Jan 18, 2025
1 parent df30294 commit 21c1457
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/features/home_view/widgets/nav_actions_section.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "dart:async";

import "package:flutter/material.dart";
import "package:flutter_riverpod/flutter_riverpod.dart";

Expand Down Expand Up @@ -42,15 +40,6 @@ class NavActionsSection extends ConsumerWidget {
),
ref.navigateAboutUs,
),
_NavActionButton(
"Digital Guide",
Icon(
Icons.accessibility,
color: context.colorTheme.whiteSoap,
size: 32,
),
() => unawaited(ref.navigateDigitalGuide(101)),
),
],
),
);
Expand Down

0 comments on commit 21c1457

Please sign in to comment.