Skip to content

Commit

Permalink
Merge branch 'ui/configuration_menu' of https://github.com/B3-3iL-DLW…
Browse files Browse the repository at this point in the history
…/3il-student into ui/configuration_menu
  • Loading branch information
julesartd committed Mar 15, 2024
2 parents fd1f439 + a7aec54 commit 6ea6597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/app_student/lib/profils/views/profil_page.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:app_student/class_groups/views/widgets/header/header_text.dart';
import 'package:app_student/menu/menu_view.dart';
import 'package:app_student/profils/views/widgets/class_group_button.dart';
import 'package:flutter/material.dart';
import 'package:app_student/login/widgets/header/header_logo.dart';
Expand Down Expand Up @@ -62,6 +63,7 @@ class ProfilPage extends StatelessWidget {
const ClassGroupButton(),
],
),
bottomNavigationBar: const MenuBarView(),
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class WeekSchedulePage extends StatelessWidget {
}
},
),
bottomNavigationBar: MenuBarView(),
bottomNavigationBar: const MenuBarView(),
),
),
);
Expand Down

0 comments on commit 6ea6597

Please sign in to comment.