Skip to content

Commit

Permalink
Merge pull request #197 from NIAEFEUP/feature/header-schedule
Browse files Browse the repository at this point in the history
Add schedule link to header
  • Loading branch information
toni-santos authored Oct 18, 2024
2 parents 5921500 + d9fd8f4 commit 4cced69
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 4cced69

Please sign in to comment.