Skip to content

Commit 4cced69

Browse files
authored
Merge pull request #197 from NIAEFEUP/feature/header-schedule
Add schedule link to header
2 parents 5921500 + d9fd8f4 commit 4cced69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content-scripts/components/HeaderAuthentication.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ const Authentication = ({ auth }: Props) => {
7676
<Icon name="ri-user-line" />
7777
Perfil
7878
</a>
79+
<a
80+
href={`hor_geral.estudantes_view?pv_num_unico=${auth.number}`}
81+
>
82+
<Icon name="ri-calendar-line" />
83+
Horário
84+
</a>
7985
<a
8086
href={`gpag_ccorrente_geral.conta_corrente_view?pct_cod=${auth.number}`}
8187
>

0 commit comments

Comments
 (0)