aboutsummaryrefslogtreecommitdiff
path: root/app/views/files/configure.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/files/configure.php')
-rw-r--r--app/views/files/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/files/configure.php b/app/views/files/configure.php
index d4d50c7..5ab6eea 100644
--- a/app/views/files/configure.php
+++ b/app/views/files/configure.php
@@ -1,7 +1,7 @@
<div class="file_select_possibilities">
<? foreach ($configure_urls as $url) : ?>
<a href="<?= htmlReady($url['url']) ?>" data-dialog>
- <?= $url['icon']->asSvg(50) ?>
+ <?= $url['icon']->asImg(50) ?>
<?= htmlReady($url['name']) ?>
</a>
<? endforeach ?>