aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/studygroup/widget.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/course/studygroup/widget.php')
-rw-r--r--app/views/course/studygroup/widget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/course/studygroup/widget.php b/app/views/course/studygroup/widget.php
index cf0f787..7e68922 100644
--- a/app/views/course/studygroup/widget.php
+++ b/app/views/course/studygroup/widget.php
@@ -3,10 +3,10 @@
<h1>
<? if ($course->isStudygroup()) : ?>
- <?= Icon::create('seminar', Icon::ROLE_INFO)->asSvg(['class' => "text-bottom"]) ?>
+ <?= Icon::create('seminar', Icon::ROLE_INFO)->asImg(['class' => "text-bottom"]) ?>
<?= _('Zugehörige Veranstaltung') ?>
<? else : ?>
- <?= Icon::create('studygroup', Icon::ROLE_INFO)->asSvg(['class' => "text-bottom"]) ?>
+ <?= Icon::create('studygroup', Icon::ROLE_INFO)->asImg(['class' => "text-bottom"]) ?>
<?= _('Verknüpfte Studiengruppen') ?>
<? endif ?>
</h1>