Skip to content

Commit

Permalink
🐛 fix: Rename title name in BottomBar.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsun1031 authored Nov 9, 2023
1 parent e554c49 commit 6f857e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/BottomBar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class _BottomNavigationBarExampleState
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('RoRa Feeding', style: TextStyle(fontSize: 30)),
title: const Text('遠端養殖控制器', style: TextStyle(fontSize: 30)),

),
body: Container(
Expand Down Expand Up @@ -76,4 +76,4 @@ class _BottomNavigationBarExampleState
TemperatureHumidity(),
WaterPump(),
];
}
}

0 comments on commit 6f857e1

Please sign in to comment.