mudanças nos nomes dos widgets
This commit is contained in:
@@ -89,7 +89,7 @@ class _TeacherQuickActionsWidgetState extends State<TeacherQuickActionsWidget> {
|
||||
return ClipRRect(
|
||||
borderRadius: BorderRadius.circular(16),
|
||||
child: DashboardActionCard(
|
||||
title: 'Upload Conteúdo',
|
||||
title: 'Gerenciamento de Conteúdo',
|
||||
subtitle: 'PDFs, textos, imagens',
|
||||
icon: Icons.upload_file,
|
||||
useGradient: true,
|
||||
@@ -189,7 +189,7 @@ class _TeacherQuickActionsWidgetState extends State<TeacherQuickActionsWidget> {
|
||||
final cs = Theme.of(context).colorScheme;
|
||||
final items = [
|
||||
_TeacherActionItem(
|
||||
title: 'Upload Conteúdo',
|
||||
title: 'Gerenciamento de Conteúdo',
|
||||
subtitle: 'PDFs, textos, imagens',
|
||||
icon: Icons.upload_file,
|
||||
useGradient: true,
|
||||
|
||||
Reference in New Issue
Block a user