mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 02:07:00 +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),
|
selectedIcon: const Icon(Icons.terminal),
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
'Terminal',
|
'Logs',
|
||||||
style: Theme.of(context).textTheme.labelSmall,
|
style: Theme.of(context).textTheme.labelSmall,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ class BottomNavBar extends ConsumerWidget {
|
|||||||
buttonIdx: 4,
|
buttonIdx: 4,
|
||||||
selectedIcon: Icons.terminal,
|
selectedIcon: Icons.terminal,
|
||||||
icon: Icons.terminal,
|
icon: Icons.terminal,
|
||||||
label: 'Terminal',
|
label: 'Logs',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|||||||
Reference in New Issue
Block a user