Update appointment to Calendar
This commit is contained in:
@@ -249,11 +249,11 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
tileList.add(MIHTile(
|
tileList.add(MIHTile(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).pushNamed(
|
Navigator.of(context).pushNamed(
|
||||||
'/appointments',
|
'/calendar',
|
||||||
arguments: widget.signedInUser,
|
arguments: widget.signedInUser,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
tileName: "Appointments",
|
tileName: "Calendar",
|
||||||
tileIcon: Center(
|
tileIcon: Center(
|
||||||
child: FaIcon(
|
child: FaIcon(
|
||||||
FontAwesomeIcons.calendarDays,
|
FontAwesomeIcons.calendarDays,
|
||||||
|
|||||||
Reference in New Issue
Block a user