Skip to content

Commit 73783ec

Browse files
committed
app: fix student dashboard links
1 parent a07d55d commit 73783ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/components/RolePanelCards/components/StudentPanelCard.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import { RolePanelCardLayout } from './RolePanelCardLayout'
1111
const studentActions: DashboardLink[] = [
1212
{ title: 'Meu Perfil', url: NAVIGATION.PROFILE },
1313
{ title: 'Minhas Aulas', url: NAVIGATION.LESSONS },
14-
{ title: 'Minha Frequência', url: ROUTES.MY_PRESENCE },
14+
{ title: 'Baixar Frequência', url: ROUTES.MY_PRESENCE },
15+
{ title: 'Baixar Notas', url: ROUTES.MY_GRADES },
1516
{ title: 'Recursos de Aprendizagem', url: NAVIGATION.RESOURCES },
1617
{ title: 'Eventos', url: NAVIGATION.EVENTS },
1718
{ title: 'Plano Semanal', url: NAVIGATION.WEEK_PLANNING },

0 commit comments

Comments
 (0)