Skip to content

Commit

Permalink
Add 'Consultas SASUP' to Useful links and hide prints link under "Úte…
Browse files Browse the repository at this point in the history
…is" tab (#918)
  • Loading branch information
Process-ing authored Aug 22, 2023
2 parents 8518f37 + 7dc87c8 commit 9acbe3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion uni/lib/view/useful_info/widgets/other_links_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ class OtherLinksCard extends GenericExpansionCard {
Widget buildCardContent(BuildContext context) {
return Column(
children: const [
LinkButton(title: 'Impressão', link: 'https://print.up.pt')
// LinkButton(title: 'Impressão', link: 'https://print.up.pt'),
// TODO(Process-ing): Get fixed link
LinkButton(
title: 'Consultas SASUP',
link: 'https://www.up.pt/portal/pt/sasup/saude/marcar-consulta/',
),
],
);
}
Expand Down

0 comments on commit 9acbe3f

Please sign in to comment.