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 44acee2 commit 9463c47Copy full SHA for 9463c47
lib/screens/dashboard.dart
@@ -81,7 +81,7 @@ class Dashboard extends ConsumerWidget {
81
selectedIcon: const Icon(Icons.terminal),
82
),
83
Text(
84
- 'Terminal',
+ 'Logs',
85
style: Theme.of(context).textTheme.labelSmall,
86
87
],
lib/screens/mobile/navbar.dart
@@ -63,7 +63,7 @@ class BottomNavBar extends ConsumerWidget {
63
buttonIdx: 4,
64
selectedIcon: Icons.terminal,
65
icon: Icons.terminal,
66
- label: 'Terminal',
+ label: 'Logs',
67
68
69
Expanded(
0 commit comments