mirror of
https://github.com/foss42/apidash.git
synced 2025-11-30 17:59:18 +08:00
refactor: rename 'Terminal' label to 'Logs' in dashboard and navbar
This commit is contained in:
@@ -81,7 +81,7 @@ class Dashboard extends ConsumerWidget {
|
||||
selectedIcon: const Icon(Icons.terminal),
|
||||
),
|
||||
Text(
|
||||
'Terminal',
|
||||
'Logs',
|
||||
style: Theme.of(context).textTheme.labelSmall,
|
||||
),
|
||||
],
|
||||
|
||||
@@ -63,7 +63,7 @@ class BottomNavBar extends ConsumerWidget {
|
||||
buttonIdx: 4,
|
||||
selectedIcon: Icons.terminal,
|
||||
icon: Icons.terminal,
|
||||
label: 'Terminal',
|
||||
label: 'Logs',
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
|
||||
Reference in New Issue
Block a user