Skip to content

Commit 245383e

Browse files
committed
🐛 Se arreglo el botón y texto de academia del pre-registro
1 parent edf4471 commit 245383e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/features/dashboard/views/academy_home_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class _AcademyHomeViewState extends State<AcademyHomeView> with WidgetsBindingOb
135135
child: SizedBox(
136136
height: 100,
137137
child: _HoverableSummaryCard(
138-
title: 'Sin Activar Cuenta (Pre Registro)',
138+
title: 'Sin Activar (Pre Registro)',
139139
count: vm.preRegisteredStudents.length.toString(),
140140
icon: Icons.person_add_alt_1_outlined,
141141
color: Colors.purple.shade700,

0 commit comments

Comments
 (0)