feat: Implement FAQs feature for staff application with updated routing and UI components
This commit is contained in:
@@ -198,6 +198,11 @@ class StaffProfilePage extends StatelessWidget {
|
||||
ProfileMenuGrid(
|
||||
crossAxisCount: 3,
|
||||
children: [
|
||||
ProfileMenuItem(
|
||||
icon: UiIcons.helpCircle,
|
||||
label: i18n.header.title.contains("Perfil") ? "Preguntas Frecuentes" : "FAQs",
|
||||
onTap: () => Modular.to.toFaqs(),
|
||||
),
|
||||
ProfileMenuItem(
|
||||
icon: UiIcons.shield,
|
||||
label: i18n.header.title.contains("Perfil") ? "Privacidad" : "Privacy & Security",
|
||||
|
||||
Reference in New Issue
Block a user