Update appointment to Calendar
This commit is contained in:
parent
00a40aa9b7
commit
c3392e403b
1 changed files with 2 additions and 2 deletions
|
|
@ -249,11 +249,11 @@ class _MIHHomeState extends State<MIHHome> {
|
|||
tileList.add(MIHTile(
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/appointments',
|
||||
'/calendar',
|
||||
arguments: widget.signedInUser,
|
||||
);
|
||||
},
|
||||
tileName: "Appointments",
|
||||
tileName: "Calendar",
|
||||
tileIcon: Center(
|
||||
child: FaIcon(
|
||||
FontAwesomeIcons.calendarDays,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue