We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e0346 commit f027248Copy full SHA for f027248
resources/views/components/overview-navigation-hub.blade.php
@@ -25,10 +25,10 @@ class _BaseNavigationHubState extends NavigationHub<BaseNavigationHub> {
25
_BaseNavigationHubState() : super(() async {
26
return {
27
0: NavigationTab(
28
- title: "Home",
29
- page: HomeTab(),
30
- icon: Icon(Icons.home),
31
- activeIcon: Icon(Icons.home_filled),
+ title: "Home",
+ page: HomeTab(),
+ icon: Icon(Icons.home),
+ activeIcon: Icon(Icons.home),
32
),
33
1: NavigationTab(
34
title: "Settings",
0 commit comments