Skip to content

Commit f027248

Browse files
committed
update overview-navigation-hub
1 parent 31e0346 commit f027248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/views/components/overview-navigation-hub.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ class _BaseNavigationHubState extends NavigationHub<BaseNavigationHub> {
2525
_BaseNavigationHubState() : super(() async {
2626
return {
2727
0: NavigationTab(
28-
title: "Home",
29-
page: HomeTab(),
30-
icon: Icon(Icons.home),
31-
activeIcon: Icon(Icons.home_filled),
28+
title: "Home",
29+
page: HomeTab(),
30+
icon: Icon(Icons.home),
31+
activeIcon: Icon(Icons.home),
3232
),
3333
1: NavigationTab(
3434
title: "Settings",

0 commit comments

Comments
 (0)