We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07d55d commit 73783ecCopy full SHA for 73783ec
1 file changed
app/src/components/RolePanelCards/components/StudentPanelCard.tsx
@@ -11,7 +11,8 @@ import { RolePanelCardLayout } from './RolePanelCardLayout'
11
const studentActions: DashboardLink[] = [
12
{ title: 'Meu Perfil', url: NAVIGATION.PROFILE },
13
{ title: 'Minhas Aulas', url: NAVIGATION.LESSONS },
14
- { title: 'Minha Frequência', url: ROUTES.MY_PRESENCE },
+ { title: 'Baixar Frequência', url: ROUTES.MY_PRESENCE },
15
+ { title: 'Baixar Notas', url: ROUTES.MY_GRADES },
16
{ title: 'Recursos de Aprendizagem', url: NAVIGATION.RESOURCES },
17
{ title: 'Eventos', url: NAVIGATION.EVENTS },
18
{ title: 'Plano Semanal', url: NAVIGATION.WEEK_PLANNING },
0 commit comments