Skip to content

Commit

Permalink
add schedule link to header
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-santos committed Oct 13, 2024
1 parent 5921500 commit d9fd8f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content-scripts/components/HeaderAuthentication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ const Authentication = ({ auth }: Props) => {
<Icon name="ri-user-line" />
Perfil
</a>
<a
href={`hor_geral.estudantes_view?pv_num_unico=${auth.number}`}
>
<Icon name="ri-calendar-line" />
Horário
</a>
<a
href={`gpag_ccorrente_geral.conta_corrente_view?pct_cod=${auth.number}`}
>
Expand Down

0 comments on commit d9fd8f4

Please sign in to comment.