Update appointment to Calendar

This commit is contained in:
2025-01-21 14:08:12 +02:00
parent 00a40aa9b7
commit c3392e403b

View File

@@ -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,