Skip to content

Commit

Permalink
✨ New: User library
Browse files Browse the repository at this point in the history
  • Loading branch information
devaryakjha committed Oct 22, 2023
1 parent f9a771f commit e09733c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions lib/utils/constants/nav_items.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/foundation.dart';
import 'package:varanasi_mobile_app/gen/assets.gen.dart';

typedef NavItem = ({SvgGenImage icon, SvgGenImage activeIcon, String label});
Expand All @@ -16,10 +15,9 @@ NavItems navItems = [
activeIcon: Assets.icon.nav.searchSelected,
label: 'Search'
),
if (kDebugMode)
(
icon: Assets.icon.nav.library,
activeIcon: Assets.icon.nav.librarySelected,
label: 'Library'
),
(
icon: Assets.icon.nav.library,
activeIcon: Assets.icon.nav.librarySelected,
label: 'Library'
),
];

0 comments on commit e09733c

Please sign in to comment.