Skip to content

Commit

Permalink
Fix email addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
JortvD committed Oct 2, 2023
1 parent 7f8356a commit 54fb2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/Education/view/education/education/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ $this->headTitle($this->translate('Education'));
<p><?= $this->translate('Are you looking for someone to help you with your courses? Send an email using one of the following links and we can help you find someone to tutor you.') ?></p>
</div>
<div class="panel-footer panel-footer--links">
<a href="mailto:tutotingcs@gewis.nl" title="<?= $this->translate('Tutoring CS') ?>"
<a href="mailto:tutoringcs@gewis.nl" title="<?= $this->translate('Tutoring CS') ?>"
class="panel-footer__link--primary"
target="_blank"
style="margin-right:12px;"><?= $this->translate('Tutoring CS') ?></a>
<a href="mailto:tutotingam@gewis.nl" title="<?= $this->translate('Tutoring AM') ?>"
<a href="mailto:tutoringam@gewis.nl" title="<?= $this->translate('Tutoring AM') ?>"
class="panel-footer__link--primary"
target="_blank"
style="margin-right:12px;"><?= $this->translate('Tutoring AM') ?></a>
Expand Down

0 comments on commit 54fb2a4

Please sign in to comment.