aboutsummaryrefslogtreecommitdiff
path: root/app/views/lti/_tool_info.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/lti/_tool_info.php')
-rw-r--r--app/views/lti/_tool_info.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/lti/_tool_info.php b/app/views/lti/_tool_info.php
index d4248fa..fb9657e 100644
--- a/app/views/lti/_tool_info.php
+++ b/app/views/lti/_tool_info.php
@@ -19,12 +19,12 @@
<dd>
<? if ($link && $link->launch_url) : ?>
<a href="<?= htmlReady($link->launch_url) ?>">
- <?= Icon::create('link-extern')->asSvg(['class' => 'text-bottom']) ?>
+ <?= Icon::create('link-extern')->asImg(['class' => 'text-bottom']) ?>
<?= htmlReady($link->launch_url) ?>
</a>
<? else : ?>
<a href="<?= htmlReady($tool->launch_url) ?>">
- <?= Icon::create('link-extern')->asSvg(['class' => 'text-bottom']) ?>
+ <?= Icon::create('link-extern')->asImg(['class' => 'text-bottom']) ?>
<?= htmlReady($tool->launch_url) ?>
</a>
<? endif ?>
@@ -69,7 +69,7 @@
<ul>
<li>
<a href="<?= $controller->link_for('course/lti/iframe', $link->id) ?>">
- <?= Icon::create('link-extern')->asSvg(['class' => 'text-bottom']) ?>
+ <?= Icon::create('link-extern')->asImg(['class' => 'text-bottom']) ?>
<?= $controller->link_for('course/lti/iframe', $link->id) ?>
</a>
</li>