This commit is contained in:
Patrick Alvin Alcala 2025-01-23 12:24:08 +08:00
parent b6b7ab6e84
commit 3e6781a0bd
5 changed files with 17 additions and 6 deletions

View file

@ -54,7 +54,7 @@ class MainPage extends StatelessWidget {
const Gap(16),
MenuWidget(
icon: FontAwesomeIcons.squarePlus,
text: 'Add Medicine',
text: 'Add Generics',
),
TextButton(onPressed: () => {signOut()}, child: const Text('Logout'))
],