diff options
Diffstat (limited to 'app/views/profile_modules/index.php')
| -rw-r--r-- | app/views/profile_modules/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profile_modules/index.php b/app/views/profile_modules/index.php index 19d46cc..ae844f8 100644 --- a/app/views/profile_modules/index.php +++ b/app/views/profile_modules/index.php @@ -32,7 +32,7 @@ <div class="element_description"> <? if ($item['icon']): ?> - <?= $item['icon']->asSvg(['class' => 'plugin_icon text-bottom']) ?> + <?= $item['icon']->asImg(['class' => 'plugin_icon text-bottom']) ?> <? endif ?> <strong class="shortdesc"> |
