Fix home title alignment
This commit is contained in:
parent
714e6ef349
commit
6c3f829ac8
2 changed files with 2 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: const MIHAppBar(barTitle: "Mzansi Innovation Hub"),
|
||||
appBar: const MIHAppBar(barTitle: "Mzansi Innovation\nHub"),
|
||||
drawer: MIHAppDrawer(
|
||||
signedInUser: widget.signedInUser,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue